2.1.0 • Published 3 years ago

generator-flugzeug v2.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

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

2.1.0

3 years ago

2.0.0

3 years ago

2.0.0-alpha.1

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago