generator-funion

Generates layered C# .Net Core WebAPI solutions. Very alpha, use at your own risk. ;)

Usage no npm install needed!

<script type="module">
  import generatorFunion from 'https://cdn.skypack.dev/generator-funion';
</script>

README

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