0.0.2 • Published 6 months ago

generator-tendencias-testv3 v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Tendencias Generator.

RESTful API generator using NodeJS, Express and Mongoose

Installation

First, install Yeoman and generator-rest using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g tendencias-testv3

Generators

Then, you can use yo to generate your project.

yo tendencias-testv3 # generate a new project
yo tendencias-testv3:api # generate a new api endpoint inside your project

Commands

After you generate your project, these commands are available in package.json.

yarn test # test using Jest
yarn coverage # test and open the coverage report in the browser
yarn lint # lint using ESLint
yarn dev # run the API in development mode
yarn prod # run the API in production mode
yarn docs # generate API docs