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
- Host: GitHub
- URL: https://github.com/leomirandadev/cli-node-api
- Owner: leomirandadev
- License: mit
- Created: 2019-08-29T16:49:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:27:23.000Z (over 3 years ago)
- Last Synced: 2025-05-13T20:27:57.678Z (about 1 year ago)
- Topics: api, cli, express, gluegun, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 704 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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``;