Sample-skeleton-jquery

Sample skeleton jQuery plugin

Download .zip Download .tar.gz View on GitHub

Sample skeleton jQuery plugin Build Status

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)