MiracleBlue / ember-hearth

Home Page:http://ember.town/ember-hearth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ember Hearth

Ember Hearth is an application used to manage Ember projects.

Warning: Ember Hearth is alpha software and may misbehave.

Goals

Ember Hearth aspires to allow new users to do all they need to do to run Ember projects without touching the command line.

Screenshot

Features

  • Installs all needed tools automatically (node.js, NPM, Bower, PhantomJS, Ember-CLI)
  • Create new Ember projects
  • Manage existing Ember projects
  • Run a local server
  • Run tests
  • Create development and release builds

Installing

Go to ember.town/ember-hearth and download Hearth from there. Double click to extract and move Ember Hearth.app to your Applications folder.

Contributing

See CONTRIBUTING.md

Running in Xcode

  1. Clone git project
  2. Run pod install in the project folder
  3. Open Ember Hearth.xcworkspace

Troubleshooting

Node/NPM/Ember-cli is not available in my terminal

If you're using something else than bash for your shell, the tools installed through Ember Hearth might not be in your path. This can be fixed by adding export PATH=$HOME/local/bin:$PATH to your config (for example ~/.zshrc for zsh).

About

http://ember.town/ember-hearth

License:MIT License


Languages

Language:Swift 94.3%Language:Shell 5.6%Language:Ruby 0.1%