create-lit-starter-kit
v1.0.0
Published
A tool for scaffolding out a lit component library
Downloads
279
Readme
create-lit-starter-kit
This is a CLI tool for scaffolding out lit web component libraries. This will generate a copy of the lit-starter-kit repository.
You can get started by running the following command:
npm init lit-starter-kit my-library-name
Feel free to replace
my-library-name
with any kebab-cased string.