Skip to content

ascpenteado/stencil-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published