Skip to content

Create a new .NET solution or Angular project based on an existing one

License

Notifications You must be signed in to change notification settings

marcosdimitrio/SolutionCreator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolutionCreator

Create a new .NET solution based on an existing one.

You can download the latest version.

How it works

It reads the source solution, and while it copies it's contents, it will:

  • Replace the source solution name with the new one on all .sln, .csproj, .cs, .cshtml, .asax and .config files.
  • Replace folder/file names that contain the source solution name with the new one.
    For instance: MyModelSolution.WebApi\MyModelSolution.WebApi.proj
    Becomes: MyNewSolution.WebApi\MyNewSolution.WebApi.proj.
  • Generate new GUID for every project file (.csproj), and update related files accordingly.
  • Copy packages and node_modules folders, if they exist.
  • Use a gitignore format to skip many files that are not needed (e.g. .git, bin folders, .suo, and many others).

You can edit the 'solutionCreator.json' to set the default paths.

About

Written by Marcos Dimitrio, using C# / WPF.

About

Create a new .NET solution or Angular project based on an existing one

Resources

License

Stars

Watchers

Forks

Packages

No packages published