An open API service indexing awesome lists of open source software.

https://github.com/leomirandadev/cli-node-api

CLI created over Gluegun lib to generate NodeJS API
https://github.com/leomirandadev/cli-node-api

api cli express gluegun nodejs rest-api

Last synced: about 1 month ago
JSON representation

CLI created over Gluegun lib to generate NodeJS API

Awesome Lists containing this project

README

          

# cli-node-api CLI

## How to use
**Install cli with:**
```shell
$ yarn link
```
**For create a new api project**
```shell
$ cli-node-api init nameProject
```

If you want to set a database comunication, add --db after the project name, like:

```shell
$ cli-node-api init nameProject --db
```
---

# Libs Default to API
- ``Express``;
- ``YUP``;
- ``BCryptJs``;
- ``JsonWebToken``
### ``Dev dependences``
- ``Nodemon``;
- ``Sucrase``;

# Libs include to database
- ``Sequelize``;
### ``Dev dependences``
- ``Sequelize-cli``;