@belt/tools

convinience tools for belt

Usage no npm install needed!

<script type="module">
  import beltTools from 'https://cdn.skypack.dev/@belt/tools';
</script>

README

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