Sample skeleton jQuery plugin
todo
Getting Started
Requirements
npm install -g yo
npm install -g generator-jquery
Create a jQuery plugin with Yeoman
mkdir sample-skeleton-jquery && cd $_
yo jquery
Create a new repository
git init
git .
git commit -am "first commit"
git remote add origin url_repo
git push -u origin master
Documentation
(Coming soon)
Examples
(Coming soon)
Release History
(Nothing yet)