generator-scijs
v1.0.3
Published
A generator for generic scijs modules
Downloads
7
Maintainers
Readme
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 yo
Install the library using
$ npm install -g generator-scijs
Usage
To create a module, be sure to first create a directory for it:
$ mkdir scijs-sample-module
$ cd scijs-sample-module
$ yo scijs
Credits
(c) 2015 Ricky Reusser.