tcommand
v0.0.1
Published
a simple command tool
Downloads
2
Readme
TCommand
A simple command tool;
Function
run(cmd: string):[stdout, stderr, stack?];
check(cmd: string):boolean;
Install
npm install tcommand -Save
Usage
const tcommand = require('tcommand');
const { stdout, sderr } = await tcommand.run('node -v');
Liscence
MIT