ember-sbe-tooling
v3.0.3
Published
Common tooling setup for all Showbie Ember projects
Downloads
33
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-toolingTo 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-toolingNote that you should ensure you are using the appropriate version of Node/npm:
nvm useStyle 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-emberContributing
Installation
git clonethis repositoryyarn install
For more information on using ember-cli, visit http://www.ember-cli.com/.
