Skip to content

scijs/generator-scijs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A yeoman generator for a generic scijs module

Resources

Stars

Watchers

Forks

Packages

No packages published