1.0.9 • Published 2 years ago

stencil-wizard v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago

0.0.0

4 years ago