generator-funion
v0.1.1
Published
Generates layered C# .Net Core WebAPI solutions. Very alpha, use at your own risk. ;)
Downloads
1
Readme
generator-funion
Generates model service controller stack for a layered C# WebAPI.
Installation
First, install Yeoman and generator-funion using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-funion
Then generate your new project:
yo funion
Sub-generators
yo funion:model
yo funion:service
yo funion:controller
yo funion:map
yo funion:stack // creates a model, service, and controller
Notes on the generated solution
There is a write up about getting the solution running in the root readme.md generated with 'yo funion'.
License
MIT © Kizmar