justo-generator-justo
Version:
Generator for a Justo.js project.
33 lines (21 loc) • 990 B
Markdown
[](https://www.npmjs.org/package/justo-generator-justo)
[](https://travis-ci.org/justojsg/justo-generator-justo)
[](https://david-dm.org/justojsg/justo-generator-justo)
[](https://david-dm.org/justojsg/justo-generator-justo#info=devDependencies)
Generator for a *Justo.js* project.
*Proudly made with ♥ in Valencia, Spain, EU.*
## Install
```
npm install -g justo-cli justo-generator-justo
```
## Embedded Justo
To create the *Justo* files into an existing project:
```
justo -g justo
```
## Justo module
To create the scaffold for a *Justo* module:
```
justo -g justo module
```
Note. The directory must be empty or it can have `.git` and `README.md`.