/ember-light-addon-template

👷 Light template for Ember addons

Primary LanguageJavaScriptMIT LicenseMIT

ember-light-addon-template

👷 Light template for Ember addons

  1. Clone this repo
git clone git@github.com:ncoden/ember-light-addon-template.git <YOUR_ADDON_NAME>
  1. Install dependencies
npm install
  1. Replace all your_addon_name by your addon name
  2. Remove this from the README.md
  3. That's all! You can now start adding your stuff!

[Short description of the addon.]

Installation

ember install your_addon_name

Usage

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

Contributing

Installation

  • git clone <repository-url>
  • cd your_addon_name
  • npm install

Linting

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

Running tests

  • npm run test – Runs the test suite on the current Ember version
  • npm run test:all – Runs the test suite against multiple Ember versions
  • npm run test:watch – Runs the test suite in "watch mode"

Running the dummy application

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

License

This project is licensed under the MIT License.