A utility for automatically refactoring Ember.js templates.
npm install -g ember-template-rewrite
Get help
ember-template-rewrite --help
Example: convert bind-attrs to attribute bindings
cd my-ember-app/
ember-template-rewrite convert-bind-attr .
- open an issue
- submit a PR
npm run test
or with test coverage
npm run cover
Use release-it to cut a version:
release-it
ember-template-rewrite is Apache 2.0 Licensed.
ember-template-rewrite conforms to Contributor Code of Conduct.