Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stevenmiller888/khaos-deku-component
- Owner: stevenmiller888
- Created: 2015-09-10T06:05:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T06:08:03.000Z (about 9 years ago)
- Last Synced: 2024-08-03T18:13:17.852Z (3 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
![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)