https://github.com/emberjs/ember-gem
Development tools for Ember.js
https://github.com/emberjs/ember-gem
Last synced: 9 months ago
JSON representation
Development tools for Ember.js
- Host: GitHub
- URL: https://github.com/emberjs/ember-gem
- Owner: emberjs
- Archived: true
- Created: 2012-03-08T16:47:22.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-05-31T15:36:42.000Z (about 13 years ago)
- Last Synced: 2024-10-29T14:54:37.021Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 40
- Watchers: 17
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ember.js Gem
TODO: Write a gem description
## Installation
From within `ember-gem`:
```console
$ bundle install
```
## Usage
To create an app named `foo` in your `~/Projects` directory:
```console
$ bundle exec ember new ~/Projects/foo
```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request