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
$ npm i -g emmeton
$ 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
npm i emmeton
2
1.0.3
MIT