UNPKG

1.12 kBMarkdownView Raw
1<div align="center">
2 <h1>Dish</h1>
3</div>
4
5<div align="center">
6 <strong>Templates for JavaScript application</strong>
7</div>
8
9[![npm version](https://badge.fury.io/js/my-dish.svg)](https://www.npmjs.com/package/my-dish)
10[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
11
12## What's Dish?
13`dish` command to scaffold complete projects.
14
15## Usage
16
17```shell
18$ npm install -g my-dish
19$ dish <project-directory>
20$ cd <project-directory>
21$ enjoy it!
22```
23
24## Templates
25- [@my-dish/template-plain](https://github.com/my-dish/template-plain)
26- [@my-dish/template-cli](https://github.com/my-dish/template-cli)
27- [@my-dish/template-react-application](https://github.com/my-dish/template-react-application)
28- [@my-dish/template-react-redux-application](https://github.com/my-dish/template-react-redux-application)
29- [@my-dish/template-react-library](https://github.com/my-dish/template-react-library)
30- [@my-dish/template-electron](https://github.com/my-dish/template-electron)
31- [@my-dish/template-dish](https://github.com/my-dish/template-dish)
32
33## CHANGELOG
34See the [CHANGELOG.md](./CHANGELOG.md).