1.0.9 • Published 1 year ago

stencil-wizard v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago

0.0.0

3 years ago