Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 705 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 705 Bytes

Stencil-Tasks

A collection of utility tasks to make StencilJS development easier.

Installing

Currently this is only designed to be included in stencil-boilerplate however I might publish it on NPM if there's interest.

Tasks

--create component_name

Creates a new component with SASS and test files. Where component_name is the name of the new component you would like to create.

--route route_name

Creates a new route component with SASS and test files. Where route_name is the name of the new route you would like to create. Currently, the route must be manually added to your App's router component.