Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stevenmiller888/khaos-deku-component

Build Deku components quickly
https://github.com/stevenmiller888/khaos-deku-component

Last synced: 18 days ago
JSON representation

Build Deku components quickly

Awesome Lists containing this project

README

        

# khaos-deku-component

> A template for quickly building Deku components

![Demo](https://cldup.com/6Ia1oC1yNu.png)

## Installation

Make sure you have the [Khaos](https://github.com/segmentio/khaos) project scaffolder installed so you can easily build the template:

```bash
$ npm install -g khaos
```

Then install the template locally:

```bash
$ khaos install stevenmiller888/khaos-deku-component
```

## Usage

Create the component with the following command:

```bash
$ khaos create deku-component deku-NAME
```

## License

[MIT](https://tldrlegal.com/license/mit-license)