pattern-lab / patternlab-node-cli

Moved to https://github.com/pattern-lab/patternlab-node/tree/dev/packages/cli
MIT License
21 stars 5 forks source link

Implement CLI method(s): StarterKits #16

Closed bmuenzenmeyer closed 7 years ago

bmuenzenmeyer commented 7 years ago

braindump, intended to start discussion. nothing here is prescriptive.

At any time, a user should be able to ask the PL CLI what starterkits are available for download.

Current exposed command on editions:

Proposed CLI command: patternlab starterkit --install

With no additional parameters, perhaps it suggest like https://github.com/pattern-lab/patternlab-node-cli/blob/master/bin/init.js#L236

Proposed option: patternlab starterkit --install --starterkit-mustache-demo

With this option, it reaches out to install from npm if needed, and then installs similar to

raphaelokon commented 7 years ago

I have those implemented but took them out to have a minimal set of features to start with. I will reintroduce them.