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.
- Host: GitHub
- URL: https://github.com/break-stuff/create-fast-element
- Owner: break-stuff
- Created: 2022-01-31T01:27:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-02T17:14:41.000Z (over 4 years ago)
- Last Synced: 2025-09-19T03:30:01.146Z (9 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_.