express-structure-test
v1.0.6
Published
Express API structure generator
Downloads
11
Maintainers
Readme
Express' application generator.
Installation
$ npm i -g express-structure-test
Quick Start
The quickest way to get started with express to generate an application as shown below:
Create the app:
$ express-setup -d mysql
Start your Express.js app at http://localhost:9090/
:
$ npm start
Command Line Options
-d, --database define database to add ORM (mysql, mongodb) -f, --force force on non-empty directory -v --version output the version number -h, --help output usage information