A collection of utility tasks to make StencilJS development easier.
Currently this is only designed to be included in stencil-boilerplate however I might publish it on NPM if there's interest.
Creates a new component with SASS and test files. Where component_name
is the name of the new component you would like to create.
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.