ember-sbe-tooling
v3.0.3
Published
Common tooling setup for all Showbie Ember projects
Downloads
8
Maintainers
Readme
ember-sbe-tooling
This addon is for internal use on Showbie's Ember projects to enforce a consistent coding standard. We will not accept external pull requests but feel free to take inspiration from it.
Usage
ember install ember-sbe-tooling
To update the addon, you should be able to simply re-run the above command. If needed you can also run the blueprints independently:
ember g showbie-tooling
Note that you should ensure you are using the appropriate version of Node/npm:
nvm use
Style enforcement
This addon provides configuration for the following tools:
- CircleCI
- editorconfig
- ember-cli-release
- eslint
- nvm
- pre-commit
- prettier
- stylelint
- testem
- yarn
IDE integration
For realtime feedback in your editor, you may need to install eslint-plugin-ember globally:
npm i -g eslint-plugin-ember
Contributing
Installation
git clone
this repositoryyarn install
For more information on using ember-cli, visit http://www.ember-cli.com/.