generator-funion

0.1.1 • Public • Published

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

/generator-funion/

    Package Sidebar

    Install

    npm i generator-funion

    Weekly Downloads

    1

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • kizmar