st-cc
v0.8.1
Published
Stencil create component cli
Readme
Stencil Create Component
cli to create Stencil components in your current working directory.
This is until I (or somebody else) submits a PR to for Stencil to provide this natively.
install globally
npm install -g st-ccand run
st-ccor use npx
npx st-ccYou can also provide component name e.g.
st-cc my-app