0.2.1 • Published 7 years ago

generator-nude v0.2.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

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
0.2.1

7 years ago

0.2.0

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.8

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago