generator-tendencias-testv3

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i generator-tendencias-testv3

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

104 kB

Total Files

51

Last publish

Collaborators

  • igormc