Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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?

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
```