<div align="center">
  <h1>create-empty-app</h1>
  <p>Quickly generate a web side or h5 project template for you</p>
</div>

<h2 align="center">Install</h2>

```bash
  cnpm install create-empty-app -g
```

```bash
  npm install create-empty-app -g
```

This is a scaffold specifically developed for [emptyd-desgin](https://github.com/FreemenL/emptyd-admin-webpack)


<h2 align="center">Zero Config</h2>

The `create-empty-app` works without configuration.  

<h2 align="center">Usage</h2>

```bash
  create-empty-app  myapp
  // Generate the project template
  create-empty-app -V
  //Display version number
```
>More functions under development...


