shower / cli

Command line interface for Shower
Other
35 stars 6 forks source link

Rename prepare to bundle #53

Closed pepelsbey closed 3 years ago

pepelsbey commented 3 years ago

Otherwise it runs prepare on every npm install since it’s a life cycle script like start or test.

$ npm i

> undefined prepare /Users/pepelsbey/Desktop/intro
> shower prepare

  ✔ Project preparation in progress
Project prepared in prepared dir 🎉

We could probably choose a better name, but I think it’s pretty close and well-known.

avdeev commented 3 years ago

May be related with https://github.com/shower/shower/issues/353