Stencil create component cli
npm install st-cccli to create Stencil components in your current working directory.
install globally
``bash`
npm install -g st-cc
and run
`bash`
st-cc
or use npx
`bash`
npx st-ccYou can also provide component name e.g.
`bash``
st-cc my-app
use st-cc@0.6.2