UNPKG

justo-generator-justo

Version:

Generator for a Justo.js project.

33 lines (21 loc) 990 B
[![NPM version](http://img.shields.io/npm/v/justo-generator-justo.svg)](https://www.npmjs.org/package/justo-generator-justo) [![Build Status](https://travis-ci.org/justojsg/justo-generator-justo.svg?branch=master)](https://travis-ci.org/justojsg/justo-generator-justo) [![Dependency Status](https://david-dm.org/justojsg/justo-generator-justo.svg)](https://david-dm.org/justojsg/justo-generator-justo) [![devDependency Status](https://david-dm.org/justojsg/justo-generator-justo/dev-status.svg)](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`.