aspnet-starter-kit-2.0 icon indicating copy to clipboard operation
aspnet-starter-kit-2.0 copied to clipboard

Yeoman generator

Open tjaskula opened this issue 6 years ago • 0 comments

Reporting an idea I got by email from one of the users:

Yeoman generatorIt would give you a few benefits over the current version:

  • It would be an npm package that could be downloaded and run via the 'yo' command for anyone who uses Yeoman, instead of being cloned directly from Github.

  • Changes and versioning could be handled in a more standard way.

  • Project names would be generated by the user rather than changed manually after cloning the repository.

  • Any guids for the server side will be randomly generated, eliminating potential issues that arise if someone uses multiple versions of your project with the same guid within a Visual Studio solution (for instance, if they copied the server project to act as an API in their DMZ to act as a pass through to an internal API).

tjaskula avatar Dec 11 '18 20:12 tjaskula