Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joefiorini/generator-bacon-plugin
A Yeoman generator for scaffolding bacon.js plugins
https://github.com/joefiorini/generator-bacon-plugin
Last synced: 7 days ago
JSON representation
A Yeoman generator for scaffolding bacon.js plugins
- Host: GitHub
- URL: https://github.com/joefiorini/generator-bacon-plugin
- Owner: joefiorini
- License: mit
- Created: 2013-08-07T12:53:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-07T12:53:56.000Z (over 11 years ago)
- Last Synced: 2024-11-16T16:29:33.599Z (2 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generator-bacon-plugin
A generator for to scaffold plugins for [bacon.js](http://github.com/raimohanska/bacon.js).
## Getting started
- Make sure you have [yo](https://github.com/yeoman/yo) installed:
`npm install -g yo`
- Install the generator: `npm install -g generator-bacon-plugin`
- Run: `yo bacon-plugin NAME`## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)