Skip to content

sauce-consultants/ember-ux-sauce

Repository files navigation

ember-ux-sauce

[Short description of the addon.]

Installation

  • git clone <repository-url> this repository
  • cd ember-ux-sauce
  • npm install

Usage

[Longer description of how to use the addon in apps.]

Contributing

Installation

  • git clone <repository-url>
  • cd my-addon
  • npm install

Linting

  • npm run lint:hbs
  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

  • ember build

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

Publishing a new version

You'll need an npm login (https://www.npmjs.com/signup)

  • Update version number in package.json e.g. 1.2.4
  • Tag release with same version 1.2.4
  • Login to your npm account npm login
  • npm publish

Updating docs

ember deploy production

Running docs

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

License

This project is licensed under the MIT License.