Closed bmuenzenmeyer closed 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
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
patternlab starterkit --install --starterkit-mustache-demo
With this option, it reaches out to install from npm if needed, and then installs similar to
I have those implemented but took them out to have a minimal set of features to start with. I will reintroduce them.
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