shower / cli

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

Update paths for template and themes #21

Closed pepelsbey closed 5 years ago

pepelsbey commented 5 years ago

We’re in the process of moving packages from shower-package to @shower/package structure. The latest theme releases are already published exclusively to @shower/ribbon and @shower/material. Shower’s gulpfile is also got updated accordingly to prepare && archive properly.

I guess shower-cli needs the same update.

mrdimidium commented 5 years ago

Wow, great! I will update the CLI for the new package structure. I understand correctly that the packages under the old names will not be updated?

pepelsbey commented 5 years ago

Yep, that’s the plan: eventually deprecate all shower-package packages, meanwhile not to update them. Because it’s just complicated thing to do.

pepelsbey commented 5 years ago

Currently, the latest versions of Ribbon and Material themes are published under @shower org, but I haven’t found a place where I can update paths. So there are two ideas:

  1. It’s time to update shower-ribbon and shower-material to @shower/ribbon and @shower/material
  2. I wonder if it would be better to explicitly list them as dependencies in package.json, just like shower package does.
pepelsbey commented 5 years ago

Will you have some time to work on this? Let me know if I can help in any way.

mrdimidium commented 5 years ago

Hey.

I'll have time in mid-february. If you have the strength to help, then update the packages is simple — you just need to change the package names here

in package.json

I did not do this to install the newest version when creating a project. We can think of a way to put it in the template.

pepelsbey commented 5 years ago

There you go: #21