Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/makepad-fr/create-web-component
Create web components with zero configuration
https://github.com/makepad-fr/create-web-component
build-tool cli esm javascript npm-module typescript web-components zero-configuration
Last synced: 2 months ago
JSON representation
Create web components with zero configuration
- Host: GitHub
- URL: https://github.com/makepad-fr/create-web-component
- Owner: Makepad-fr
- License: mit
- Created: 2023-08-02T15:32:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-03T21:53:25.000Z (over 1 year ago)
- Last Synced: 2024-10-11T05:13:30.486Z (4 months ago)
- Topics: build-tool, cli, esm, javascript, npm-module, typescript, web-components, zero-configuration
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@makepad/create-web-component
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @makepad/create-web-component
A simple CLI that creates a web component with TypeScript and Webpack with no configuration.
## Getting started
### Install globally (optional)
```bash
npm install -g @makepad/create-web-component
```### Usage
```bash
npx @makepad/create-web-component
```