ember-processes
v0.1.10
Published
The default blueprint for ember-cli addons.
Readme
ember-processes
Communicating Sequential Processes (CSP, though not to be confused with Content Security Policy).
This is still very experimental. I am still fleshing out some nice patterns. In the mean time, take a look at this Twiddle.
Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
