Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 529 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 529 Bytes

cli-node-api CLI

How to use

Install cli with:

$ yarn link

For create a new api project

$ cli-node-api init nameProject

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

$ 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;