1.0.3 • Published 9 years ago

generator-scijs v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago