st-cc
Version:
Stencil create component cli
32 lines (21 loc) • 439 B
Markdown
### 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
```bash
npm install -g st-cc
```
and run
```bash
st-cc
```
or use npx
```bash
npx st-cc
```
## You can also provide component name e.g.
```bash
st-cc my-app
```
## If you're using Stencil 0.7.18 or earlier
use st-cc@0.6.2