flugnest-generator
v1.1.9
Published
Generator for flugnest app
Downloads
29
Maintainers
Readme
flugnest-generator ✈️
Flugnest-generator is a CLI tool that helps to setup flugnest applications.
Installation
Either through cloning with git or by using npm (the recommended way)
npm install -g flugnest-generator
Usage
Flugnest-generator is ready to use since is globally installed:
To generate an app run.
flugnest app [name of your app]
To generate a module run in the root of your app.
flugnest module [name of your module]
App
The base flugnest app and documentation can be seen in flugnest
Test
cd [app name]
npm run test