andrewtennison / st-cc

cli to create Stencil components in your current working directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-cc

and run

st-cc

or use npx

npx st-cc

You can also provide component name e.g.

st-cc my-app

If you're using Stencil 0.7.18 or earlier

use st-cc@0.6.2

About

cli to create Stencil components in your current working directory


Languages

Language:TypeScript 91.0%Language:JavaScript 8.9%Language:CSS 0.1%