Skip to content

A generator to scaffolding HTTP API's, with Express.js and es6

License

Notifications You must be signed in to change notification settings

darlanmendonca/generator-nude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Coverage Status npm version MIT Licence

A generator to scaffolding HTTP API's, with Express.js and es6

Offers

Requirements

This generator, is a yeoman generator, and require following modules:

  • yo
  • gulp

To install these:

npm i -g yo gulp

Install and use

First install this module as global

npm i -g generator-nude

And to use, go to a empty folder, where you want generate project, and run:

yo nude

or

yo nude nameProject

After install dependencies, running your project using default task on Gulp, running:

gulp

and to run tests

npm test

About

A generator to scaffolding HTTP API's, with Express.js and es6

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published