ascpenteado / stencil-wizard

A better stencil generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stencil-wizard

A Stencil JS component generator.

oclif Version Downloads/week License

Usage

$ npm install -g stencil-wizard
$ stw CREATE

Commands

stw create COMPONENT

This command creates component files inside yout src/components folder. The argument accepts a relative path, but it will always creates components inside src/components folder.

USAGE
  $ stw create COMPONENT

ARGUMENTS
  COMPONENT  name your component and do not forget the unique prefix.

OPTIONS
  -c, --commented             includes commented Stencil template.
  -h, --help                  show CLI help
  -s, --styles=scss|css|sass  (required) [default: scss] style language
  --[no-]storybook            includes a storybook template file. Default is true.

See code: src/commands/create.ts

About

A better stencil generator


Languages

Language:TypeScript 98.3%Language:JavaScript 1.4%Language:Batchfile 0.3%