https://github.com/stevenmiller888/khaos-deku-component
Build Deku components quickly
https://github.com/stevenmiller888/khaos-deku-component
Last synced: 21 days ago
JSON representation
Build Deku components quickly
- Host: GitHub
- URL: https://github.com/stevenmiller888/khaos-deku-component
- Owner: stevenmiller888
- Created: 2015-09-10T06:05:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T06:08:03.000Z (over 9 years ago)
- Last Synced: 2025-02-05T01:43:01.195Z (2 months ago)
- Language: Makefile
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
- awesome-deku - khaos-deku-component - A template for building Deku components (Boilerplate)
README
# khaos-deku-component
> A template for quickly building Deku components

## 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)