👷 Light template for Ember addons
- Clone this repo
git clone git@github.com:ncoden/ember-light-addon-template.git <YOUR_ADDON_NAME>
- Install dependencies
npm install
- Replace all
your_addon_name
by your addon name - Remove this from the
README.md
- That's all! You can now start adding your stuff!
[Short description of the addon.]
ember install your_addon_name
[Longer description of how to use the addon in apps.]
git clone <repository-url>
cd your_addon_name
npm install
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
npm run test
– Runs the test suite on the current Ember versionnpm run test:all
– Runs the test suite against multiple Ember versionsnpm run test:watch
– Runs the test suite in "watch mode"
ember serve
- Visit the dummy application at http://localhost:4200.
For more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.