ember-cli-impact-base

Common Ember functionality for consuming the Impact API.

Usage no npm install needed!

<script type="module">
  import emberCliImpactBase from 'https://cdn.skypack.dev/ember-cli-impact-base';
</script>

README

ember-cli-impact-base Code Climate

Common Ember structures for the Impact Platform.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

  • ember server
  • Visit your app at http://localhost:4200.

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://ember-cli.com/.

Documentation

Publish

  • update package.json with version number.
  • git tag vX.Y.Z
  • git push origin --tags
  • publish to gh-pages
    • npm run deploy
  • publish to NPM
    • npm publish ./