An open API service indexing awesome lists of open source software.

https://github.com/break-stuff/create-lit-starter-kit

A tool for scaffolding out lit web component libraries
https://github.com/break-stuff/create-lit-starter-kit

Last synced: about 1 year ago
JSON representation

A tool for scaffolding out lit web component libraries

Awesome Lists containing this project

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](https://github.com/break-stuff/lit-starter-kit).

You can get started by running the following command:

```bash
npm init lit-starter-kit my-library-name
```

> Feel free to replace `my-library-name` with any kebab-cased string.