1.0.2 • Published 7 days ago

flugnest-generator v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
7 days ago

flugnest-generator ✈️

Flugnest-generator is a CLI tool that helps to setup flugnest applications.

NPM versions

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