# express structure folders
starter template for express app

## how to usage

### installation

```shell
npm install express-structure-folders -g
```

### basic command line

```shell
epxress-app <name app> [options]
```

### create express app

#### use commonjs syntax (default)

```shell
npx express-app myapp
```

#### use es6 syntax
```shell
npx express-app myapp --es6
```

### use other database

#### use mongodb
```shell
express-app myapp --mongodb

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

### documentation

you can read full documentation on <a href="./DOCS.md">here</a>.

> built with ♥️ by fiandev