0.0.6 • Published 6 years ago

@belt/tools v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

belt-tools

Convinience wrappers for scripts with logging

Install

$ npm install @belt/tools
# or
$ yarn add @belt/tools

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