0.0.1 • Published 5 years ago

@chuunibyou/pathy v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

  1. Fork it.
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

@chuunibyou/emiya © taugocauci, Released under the MIT License.

github.com/2zh · GitHub @taugocauci · Twitter @taugocauci