generator-fatb
v1.1.0
Published
Yeoman generator for jQuery plugins - it makes it easy to create a new plugin with Gulp tasks for testing and releasing new versions.
Downloads
3
Maintainers
Readme
FatB generator
Yeoman generator for jQuery plugins - it makes it easy to create a new plugin with Gulp tasks for testing and releasing new versions.
Getting Started
This plugin requires Node.js with Yeoman.
If you haven't used Yeoman before, be sure to check out the Getting Started guide, as it explains how to work with Yeoman as a generator and scaffolding tool. Once you're familiar with that process, you may install this plugin with this command:
npm install generator-fatb -g
Generator Usage
At the command-line, cd into an empty directory, run this command and follow the prompts.
yo fatb
Note that this template will generate files in the current directory, so be sure to change to a new directory first if you don't want to overwrite existing files.
Plugin Usage
Run the demo
npm start
Test the plugin
npm test
Release a new version
gulp release --version [major|minor|patch|prerelease]
Release History
See the CHANGELOG.md