0.0.5 • Published 7 years ago

belt-tools v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

belt-tools

Convinience wrappers for scripts with logging

Install

$ npm install belt-tools
$ yarn add

Usage

const { execa, opn } = require('belt-tools');
// or
const execa = require('belt-tools/modules/execa');
const opn = require('belt-tools/modules/opn');

execa('echo', ['hello world']);
// prints "$ echo 'hello world'"

License

MIT © ewnd9

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago