Skip to content

Expose ally.js to ember-cli apps as 'ally'

License

Notifications You must be signed in to change notification settings

dilrajahdan/ember-cli-ally

 
 

Repository files navigation

ember-cli-ally

Add this as a devDependency in your ember-cli application package.json file and you can access ally.js with:

import Ally from 'ally'

All the usual ember-cli addon info applies if you want to pitch in on cleaning this up or augmenting it.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

About

Expose ally.js to ember-cli apps as 'ally'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.2%
  • HTML 24.8%