create-stencilseo
v2.0.0
Published
Quickly create a new stencil application: npm init stencil
Maintainers
Readme
Create Stencil
Note that you will need to use npm 6 or higher.
Run:
npm i -g npmTo install latest version of npm
Usage
Interactive mode
npm init stencilCommand mode
npm init stencil <starter> <projectName>Example:
npm init stencil app my-stencil-appBuilt-in starters
Developing locally
If you want to add features, clone this repo, open terminal:
Install dependencies
npm initThen, run the development server:
npm startAnd it will help you test out your changes.
Citations
Created by William M. Riley:
Related
License
- MIT
