1.0.6 • Published 1 year ago

express-structure-test v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

1.0.6

1 year ago

1.0.5

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago