0.1.1 • Published 8 years ago

generator-funion v0.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

generator-funion NPM version Build Status Dependency Status

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

0.1.1

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago