ember-cli-circleci

Easy ember-cli config for CircleCI projects.

Usage no npm install needed!

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

README

Ember-cli-circleci CircleCI

Easy to setup instructions for using CircleCI with an ember-cli project.

ember install ember-cli-circleci

Upgrading

Don't forget to run the blueprint again on an upgrade. You can do this with the same command

ember install ember-cli-circleci

Collaborating

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/.