1.5.0 • Published 3 years ago

pilot-generator v1.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

PILOT GENERATOR

Pilot-generator is a nodejs based cli used to bootstrap an express and sequelize project.

Installation

$ npm install -g pilot-generator 

Usage

Creating a new project

$ pilot-generator new project-name

install packages

$ npm install

Creating a model

$ pilot-generator model model-name

Creating a controller

$ pilot-generator controller controller-name

Running migration

$ pilot-generator migration
1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago