0.0.11 • Published 10 years ago

generator-ss-lib-generator v0.0.11

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

generator-ss-lib-generator Build Status

Yeoman generator for creating simple javascript libraries.

Getting Started

Installation

To install generator-ss-lib-generator from npm, run:

npm install -g generator-ss-lib-generator

Finally, initiate the generator:

yo ss-lib-generator

What it does

This generator is pretty simple. It'll create the basic package.json file, Gruntfile.js file, a source directory, and a test directory (it'll prompt you for the paths). It'll set up basic configuration for running mocha (with ShouldJS), browserify, uglify, and a watch task, and it'll use time-grunt to give you a purty display of how long your tasks take.

Everything else? You're on your own -- at least for now. The point of this was to have a generator for a simple javascript library with some basic testing built into it; no other frameworks or servers or tasks or anything like that. That said, suggestions are always welcome.

License

MIT

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago