All Projects → q2ebanking → ember-template-rewrite

q2ebanking / ember-template-rewrite

Licence: other
A utility for automatically refactoring Ember.js templates.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to ember-template-rewrite

ember-shadow-dom
Write templates for your components inside of a Shadow DOM root.
Stars: ✭ 26 (+62.5%)
Mutual labels:  emberjs
gopatch
Refactoring and code transformation tool for Go.
Stars: ✭ 466 (+2812.5%)
Mutual labels:  refactoring
wikonnect
Wikonnect seeks to bridge the digital divide through the provision of digital literacy skills. Management support through Asha (www.asha.io).
Stars: ✭ 31 (+93.75%)
Mutual labels:  emberjs
hyperchannel
Kosmos Chat for the Web
Stars: ✭ 17 (+6.25%)
Mutual labels:  emberjs
php-finder refactoring-kata
🐘🔍Incomprehensible Finder Refactoring Kata port for PHP
Stars: ✭ 22 (+37.5%)
Mutual labels:  refactoring
DDDToolbox
A set of Roslyn refactorings supporting DDD design
Stars: ✭ 31 (+93.75%)
Mutual labels:  refactoring
comby-rust
Rust refactoring templates for comby, the structural find-and-replace tool.
Stars: ✭ 23 (+43.75%)
Mutual labels:  refactoring
scalafix-maven-plugin
Enables automatic refactoring and linting of Maven projects written in Scala using Scalafix.
Stars: ✭ 15 (-6.25%)
Mutual labels:  refactoring
refactoring-golf
A Refactoring Golf exercise
Stars: ✭ 40 (+150%)
Mutual labels:  refactoring
amtgo
Intel AMT / vPro mass management tool
Stars: ✭ 25 (+56.25%)
Mutual labels:  emberjs
smuggler
🚣 Smuggle all imports
Stars: ✭ 72 (+350%)
Mutual labels:  refactoring
cli-guides
Step-by-step guides and tutorials for using the ember-cli to create apps and addons
Stars: ✭ 22 (+37.5%)
Mutual labels:  emberjs
tzientist
Scientist-like library for Node.js in TypeScript
Stars: ✭ 37 (+131.25%)
Mutual labels:  refactoring
ember-pickr
Color Picker for EmberJS using pickr
Stars: ✭ 16 (+0%)
Mutual labels:  emberjs
lemonj
A CSS/LESS/SCSS analysis, bad smell check and auto-refactor tools. 一个面向 CSS/LESS/SCSS 的分析、坏味道检查和自动化重构工具。
Stars: ✭ 138 (+762.5%)
Mutual labels:  refactoring
liquigraph
Migrations for Neo4j
Stars: ✭ 122 (+662.5%)
Mutual labels:  refactoring
ember-boilerplate
👓 The stable base upon which we build our Ember.js projects at Mirego.
Stars: ✭ 33 (+106.25%)
Mutual labels:  emberjs
ember-typings
Typescript type definitions for ember.js
Stars: ✭ 13 (-18.75%)
Mutual labels:  emberjs
ember-changeset-conditional-validations
Conditional validations for ember-changeset-validations
Stars: ✭ 26 (+62.5%)
Mutual labels:  emberjs
aspy.refactor imports
Utilities for refactoring imports in python-like syntax.
Stars: ✭ 14 (-12.5%)
Mutual labels:  refactoring

ember-template-rewrite Build Status Coverage Status

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 to cut a version:

release-it

License

ember-template-rewrite is Apache 2.0 Licensed.

Code of Conduct

ember-template-rewrite conforms to Contributor Code of Conduct.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].