An open API service indexing awesome lists of open source software.

https://github.com/zafar-saleem/plugin-boilerplate


https://github.com/zafar-saleem/plugin-boilerplate

Last synced: 8 months ago
JSON representation

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.