This is the officialy community repository for jqMobi plugins. Anyone can fork this repository and create a pull request to have their plugin included. Plugins submitted are bound to the license and terms by the author.
Submitting your plugin is simple.
-
Fork the repository
-
Add a new folder for your plugin
-
Submit a pull request
-
Wait for approval
The folder structure should look like
--- plugin name
--- plugin.js
--- README.md
--- license.txt (we recommend the MIT/X11 license)
--- tests(folder)
--- tests.js
You must include a README.md file and a license.txt. Tests are optional.
Your README.md must cover the following
- Title
- Author and link to your site/plugin
- Description
- API Function list
- Example Usage
- License reference