PolymerElements / app-storage

Data-pipes and specialized services
61 stars 47 forks source link

`carbon-* => app-*` #27

Closed cdata closed 8 years ago

cdata commented 8 years ago

/cc @e111077

rictic commented 8 years ago

Cool, looks good to me. How'd you do the capitalization-sensitive find and replace? First replace Carbon with App then replace carbon with app?

e111077 commented 8 years ago

I second @rictic 's witchcraft question.

e111077 commented 8 years ago

LGTM :+1:

cdata commented 8 years ago

@rictic You answered your own question, basically. My order was:

  1. carbon- -> app-
  2. Carbon -> App
  3. "Oops, also need to do.." carbon -> app /cc @e111077
cdata commented 8 years ago

@rictic and of course the obligatory git mv carbon-... app-... - I thought about writing a script to do that for me, but my shell-fu is not efficient enough to save me time by doing that.

/cc @e111077