@coffee-shope/cs-scripts
v1.0.26
Published
A set of scripts for scaffolding and building coffee-shope components
Readme
:coffee::house::scroll:
Scripts for scaffolding components and utils for coffee-shope
create a component:
shope create component <component-name>create a util:
shope create util <util-name>add a
--no-typescriptflag to either for es6 javascript
.shoperc.json
you can configure shope by placing a .shoperc.json wherever you're calling it from
- storybook: defaults to true
- typescript: defaults to true
- organisation_name: defaults to empty string
- packages_dir: defaults to .
command line flags
these will overwrite your .shoperc.json config
--no-typescript--no-storybookorganisation-namepackages-dir
