Skip to content

sandcastle/vs_projectname

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VS Project Name Build Status

A helper package for sanitizing Visual Studio project names with unicode character type checking.

var projectName = require('vs_projectname');

projectName('1badStart');    // _badStart
projectName('some name');    // some_name
projectName('noΩmath');      // no_math
projectName('Project.Name'); // Project.Name
projectName('Project_Name'); // Project_Name

Inpsired by OmniSharp/generator-aspnet#256

About

Normalizes Visual Studio project names. Used by omnisharp/generator-aspnet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published