# generator-jquery **Repository Path**: mirrors_stephenplusplus/generator-jquery ## Basic Information - **Project Name**: generator-jquery - **Description**: Yeoman generator for jQuery - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jQuery Generator [![Build Status](https://secure.travis-ci.org/yeoman/generator-jquery.png?branch=master)](https://travis-ci.org/yeoman/generator-jquery) > Create a jQuery plugin with [Yeoman][], including QUnit unit tests. This generator is based of [grunt-init-jquery](https://github.com/gruntjs/grunt-init-jquery), authored by the magnificient GruntJS team. Maintained by [Pascal Hartig](https://github.com/passy). [Yeoman]: http://yeoman.io/ ## Installation If you haven't already done so, install [Yeoman][]. Once Yeoman is installed, install this generator via `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](http://en.wikipedia.org/wiki/MIT_License)