0.0.5 • Published 6 years ago

belt-tools v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago