📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

create-stencil

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-stencil

Helps create a new stencil application

1.2.1
Source
npm
Version published
Maintainers
1
Created
Source

Create Stencil:

Usage

Interactive mode

npm init stencil

Command mode

npm init stencil <starter> <projectName>

Example:

npm init stencil app my-stencil-app

Built-in starters

  • app
  • components
  • ionic-pwa

Developing locally

If you want to add features, check this repo out, open terminal, and go to the directory, then:

npm run build
npx ./dist/createStencilApp.js

And it will help you test out your changes in this directory. Don't commit those files! :)

Licence: MIT

Citations

Created by William M. Riley:

FAQs

Package last updated on 10 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts