emmeton

[![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

Usage no npm install needed!

<script type="module">
  import emmeton from 'https://cdn.skypack.dev/emmeton';
</script>

README

emmeton

npm version build status npm downloads

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

License

MIT