stencil-wizard
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i stencil-wizard

Weekly Downloads

1

Version

1.0.9

License

MIT

Unpacked Size

15.2 kB

Total Files

15

Last publish

Collaborators

  • ascpenteado