belt-tools

0.0.5 • Public • Published

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

/belt-tools/

    Package Sidebar

    Install

    npm i belt-tools

    Weekly Downloads

    1

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    2.39 kB

    Total Files

    8

    Last publish

    Collaborators

    • ewnd9