generator-scijs

1.0.3 • Public • Published

generator-scijs

Build Status npm version

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.

License

MIT

Package Sidebar

Install

npm i generator-scijs

Weekly Downloads

0

Version

1.0.3

License

MIT

Last publish

Collaborators

  • rreusser