generator-flugzeug

2.1.0 • Public • Published

Flugzeug /ˈfluːktsɔʏ̯k/ ✈️

Flugzeug Framework

Lightweight backend framework for Node.js, based on TypeScript, Express and Sequelize.

More details: Documentation

Installation

First, install Yeoman and generator-flugzeug using npm (we assume you have pre-installed node.js).

npm install -g yo generator-flugzeug

Then generate your new project:

flug app my-project

Please note: If you are using MySQL, don't forget to manually create the database with the name you specified when creating your project. Also please update your database access credentials on the .env file in the root of the project if needed.

Available generators

Run any inside your project folder:

flug api
flug model
flug controller
flug service

## Development

For testing the generator during development, use:

npm link

License

MIT © Rodrigo Méndez Gamboa

/generator-flugzeug/

    Package Sidebar

    Install

    npm i generator-flugzeug

    Weekly Downloads

    2

    Version

    2.1.0

    License

    MIT

    Unpacked Size

    471 kB

    Total Files

    72

    Last publish

    Collaborators

    • rodmg