Skip to content

bandzoogle/ember-20-upgrade-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ember-2.0-upgrade-scripts

Scripts to help upgrading from Ember 1.x to 2x

Usage

command <file>

Commands will output the transformed contents to STDOUT.

You can process multiple files with something like this:

find . -iname '*.hbs*' -exec sh -c 'replace-bind-attr.rb "$1" | sponge "$1"' -- {} \;  

About

Scripts to help upgrading a big Ember app from 1.x to 2x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages