Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curran/simpleplugin
How simple can plugins be?
https://github.com/curran/simpleplugin
Last synced: about 1 month ago
JSON representation
How simple can plugins be?
- Host: GitHub
- URL: https://github.com/curran/simpleplugin
- Owner: curran
- License: mit
- Created: 2015-05-16T00:57:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T01:33:10.000Z (over 9 years ago)
- Last Synced: 2024-10-15T11:07:22.988Z (3 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplePlugin
How simple can plugins be?Install this plugin with the following command:
```
jspm install simplePlugin=github:curran/simplePlugin -o "{ main: 'main.js', format: 'amd' }"
```Here's how this repository was created:
```
git clone [email protected]:curran/simplePlugin.git
cd simplePlugin/
ls
vim main.js # Write an AMD module
vim README.md # Add the install script snippet
git tag -a v0.0.1 -m "First release"
git push --tags
```