1.0.3 • Published 11 years ago
generator-scijs v1.0.3
generator-scijs
A yeoman generator for a generic scijs module
Introduction
This module implements a relatively minimal yeoman generator for scijs modules. The standards put forth are not rigorously enforced. It exists for the sake of moving toward consistency in the event (fingers crossed) that collaborators make small contributions.
Install
To get started, first make sure you've installed Yeoman:
$ npm install -g yoInstall the library using
$ npm install -g generator-scijsUsage
To create a module, be sure to first create a directory for it:
$ mkdir scijs-sample-module
$ cd scijs-sample-module
$ yo scijsCredits
(c) 2015 Ricky Reusser.