1.0.3 • Published 10 years ago
emmeton v1.0.3
emmeton
install
$ npm i -g emmetonUsage
$ 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