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

https://github.com/break-stuff/create-fast-element

CLI for setting up Fast Element Starter project.
https://github.com/break-stuff/create-fast-element

Last synced: 9 months ago
JSON representation

CLI for setting up Fast Element Starter project.

Awesome Lists containing this project

README

          

# Create FAST Element Starter

This is CLI tool for building your own web component library using [FAST Element](https://www.fast.design/docs/fast-element/getting-started).

## Getting Started

```bash
npm init fast-element
```

Example:

```bash
npm init fast-element my-component-library
```

> ***Note:*** project name must be unique and in _kebab-case_.