express-structure-test
v1.0.6
Published
Express API structure generator
Maintainers
Readme
Express' application generator.
Installation
$ npm i -g express-structure-testQuick Start
The quickest way to get started with express to generate an application as shown below:
Create the app:
$ express-setup -d mysqlStart your Express.js app at http://localhost:9090/:
$ npm startCommand 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
