generator-dotnetcore-nancy
!
Version
!
Downloads per month
> Project template for .NET Core with Nancy framework (#.NET Core 1.1)
Compatible with Visual Studio 2015/2017 and Visual Studio Code.
Installation
``
bash
npm install -g yo
npm install -g generator-dotnetcore-nancy
`
Then generate your new project:
`
bash
yo dotnetcore-nancy
``
Questions
1. The name of the application: (Text input)
2. Would you like to include Forms authentication? (Y/N)
3. Would you like to include Views (Super Simple View Engine)? (Y/N)
4. The port of the application: (Number input)
5. Would you like to include a UnitTest project? (Y/N)
License
MIT © [berkid89]()