/generator-jquery

Yeoman generator for jQuery

Primary LanguageJavaScriptMIT LicenseMIT

jQuery Generator Build Status

Create a jQuery plugin with Yeoman, including QUnit unit tests.

This generator is based of grunt-init-jquery, authored by the magnificient GruntJS team.

Maintained by Pascal Hartig.

Installation

Install this generator by running: npm install -g generator-jquery.

Usage

At the command-line, cd into an empty directory, run this command and follow the prompts.

yo jquery

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.

License

MIT License