emmeton
v1.0.3
Published
[![npm version](https://badge.fury.io/js/emmeton.png)](https://badge.fury.io/js/emmeton) [![build status](https://travis-ci.org/jasonHzq/emmeton.svg)](https://travis-ci.org/jasonHzq/emmeton) [![npm downloads](https://img.shields.io/npm/dt/emmeton.svg?styl
Downloads
13
Readme
emmeton
install
$ npm i -g emmeton
Usage
$ emmeton 'src>{index.js}^test>{index.js}^bin>{app.js}'
which will create files as below:
.
├── bin
│ └── app.js
├── src
│ └── index.js
└── test
└── index.js