Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/q2ebanking/ember-template-rewrite
A utility for automatically refactoring Ember.js templates.
https://github.com/q2ebanking/ember-template-rewrite
cli emberjs refactoring template
Last synced: 4 months ago
JSON representation
A utility for automatically refactoring Ember.js templates.
- Host: GitHub
- URL: https://github.com/q2ebanking/ember-template-rewrite
- Owner: q2ebanking
- License: other
- Archived: true
- Created: 2017-03-27T16:14:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-13T19:47:56.000Z (5 months ago)
- Last Synced: 2024-09-20T12:30:54.766Z (4 months ago)
- Topics: cli, emberjs, refactoring, template
- Language: TypeScript
- Size: 133 KB
- Stars: 15
- Watchers: 10
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# THIS PROJECT IS ARCHIVED AND NO LONGER MAINTAINED
# ember-template-rewrite [![Build Status][travis-badge]][travis-badge-url] [![Coverage Status][coveralls-badge]][coveralls-badge-url]
A utility for automatically refactoring Ember.js templates.
## Install
```
npm install -g ember-template-rewrite
```## Running
Get help
```
ember-template-rewrite --help
```Example: convert bind-attrs to attribute bindings
```
cd my-ember-app/
ember-template-rewrite convert-bind-attr .
```## Contributing
- open an issue
- submit a PR## Running Tests
```
npm run test
```or with test coverage
```
npm run cover
```## Publishing
Use [release-it](https://github.com/webpro/release-it) to cut a version:
```
release-it
```## License
ember-template-rewrite is [Apache 2.0 Licensed](LICENSE.md).
## Code of Conduct
ember-template-rewrite conforms to [Contributor Code of Conduct](code-of-conduct.md).
[travis-badge]: https://travis-ci.org/q2ebanking/ember-template-rewrite.svg?branch=master
[travis-badge-url]: https://travis-ci.org/q2ebanking/ember-template-rewrite
[coveralls-badge]: https://coveralls.io/repos/github/q2ebanking/ember-template-rewrite/badge.svg?branch=master
[coveralls-badge-url]: https://coveralls.io/github/q2ebanking/ember-template-rewrite?branch=master