https://github.com/zafar-saleem/plugin-boilerplate
https://github.com/zafar-saleem/plugin-boilerplate
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zafar-saleem/plugin-boilerplate
- Owner: zafar-saleem
- Created: 2014-03-16T05:55:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T09:13:00.000Z (over 10 years ago)
- Last Synced: 2025-01-01T03:27:37.605Z (10 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery plugin Boilerplate
Boilerplate for jquery plugins. This repo consist of some jquery plugin boilerpate code that kick start plugin development investing less time on writing boilerplate code.
## File structure
```
.jshint
Gruntfile.js
package.json
plugin.js
````plugin.js` is the file that has the main boilerplate code. In order to begin writing plugin, tweak `plugin.js` file by changing plugin name.