2.1.0 • Published 10 months ago

express-structure-folders v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

express structure folders

starter template for express app

how to usage

installation

npm install express-structure-folders -g

basic command line

epxress-app <name app> [options]

create express app

use commonjs syntax (default)

npx express-app myapp

use es6 syntax

npx express-app myapp --es6

use other database

use mongodb

express-app myapp --mongodb

# or you can this, same result
express-app myapp --mongoose

documentation

you can read full documentation on here.

built with ♥️ by fiandev

2.0.5

10 months ago

2.0.6

10 months ago

2.1.0

10 months ago

2.0.0-beta

1 year ago

2.0.0

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

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