vuejs / vue-migration-helper

CLI tool to aid in migration from Vue 1.x to 2.0
594 stars 59 forks source link

why install from git instead of npm? #16

Closed francoisromain closed 8 years ago

francoisromain commented 8 years ago

Hello

This is more a question than an issue:

thank you

chrisvfritz commented 8 years ago

@francoisromain Great question! We do plan to publish to NPM once it's done, but this allows faster development until that time. Whenever I push a new rule, which is often many times per day, publishing that rule for others to use is as simple as a git push. Does that answer your question?

francoisromain commented 8 years ago

@chrisvfritz yes it does. Thank you. (I wonder if there is a kind of git hook to automate version bump and npm publish)

Very useful tool btw. It helped a lot in the migration process.

chrisvfritz commented 8 years ago

Very possibly, but that in and of itself would be one more thing to set up though. 😕 Glad to hear it's been helping!