1.0.2 • Published 1 year ago

@krhkt/custom-element-boilerplate-setup v1.0.2

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

Custom Element boilerplate setup

Initializer for the github/custom-element-boilerplate repository template.

This is a simple package to help replacing the custom-element strings throughout the project with the custom element name to be used.

Instructions

Once your repository is created and cloned, simply run:

npx @krhkt/custom-element-boilerplate-setup

And write the custom element class name to be used in pascal case sentence, without the Element suffix. Or leave it blank to use the default suggestion.

Note: You can run passing the option --verbose, if you want to see more information about the each step.

warning: this script can only be npx executed in unix environments. If you're on a windows environment, please install the package as a dev dependency and run the main script manually.