README
pathy
Install
yarn global add @chuunibyou/pathy
Usage
const path = require('path')
const { mkdir, echo } = require('@chuunibyou/pathy')
mkdir(path.resolve()).and(
mkdir('src').and(
echo('Hello World!', 'foo'),
echo('', 'bar')
.if(true)
)
).do()
Contributing
- Fork it.
- Create your feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request :D
Author
@chuunibyou/emiya © taugocauci, Released under the MIT License.
github.com/2zh · GitHub @taugocauci · Twitter @taugocauci