https://github.com/glavin001/generator-ember-plugin
Scaffold the foundation for a new Ember Plugin
https://github.com/glavin001/generator-ember-plugin
Last synced: about 2 months ago
JSON representation
Scaffold the foundation for a new Ember Plugin
- Host: GitHub
- URL: https://github.com/glavin001/generator-ember-plugin
- Owner: Glavin001
- License: mit
- Created: 2014-05-13T21:18:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-09T18:43:44.000Z (almost 11 years ago)
- Last Synced: 2025-02-05T15:53:51.186Z (3 months ago)
- Language: JavaScript
- Homepage: https://github.com/Glavin001/generator-ember-plugin
- Size: 383 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [generator-ember-plugin](https://github.com/Glavin001/generator-ember-plugin) [](https://travis-ci.org/Glavin001/generator-ember-plugin)
> [Yeoman](http://yeoman.io) generator for building [Ember.js](http://emberjs.com/) libraries.
## Install
To install `generator-ember-plugin` from NPM, run:
```bash
$ npm install -g generator-ember-plugin
```Finally, initiate the generator:
```bash
$ yo ember-plugin
```Then read the newly created `README.md` for instructions.
## Built with `Generator-Ember-Plugin`
Please see the wiki page at
https://github.com/Glavin001/generator-ember-plugin/wiki/Built-with-Generator-Ember-Plugin
and add your own if you used `generator-ember-plugin`!## License
[MIT](https://github.com/Glavin001/generator-ember-plugin/blob/master/LICENSE)
## Author
[Glavin Wiechert](https://github.com/Glavin001)