README
Overview
A base class for nodejs-shell commands.
Usage
Installation
Install locally or globally.
npm install [--global] sirrobert-shell-cmd
Invocation
const Package = require("sirrobert-shell-cmd");
A base class for nodejs-shell commands.
<script type="module">
import sirrobertShellCmd from 'https://cdn.skypack.dev/sirrobert-shell-cmd';
</script>
A base class for nodejs-shell commands.
Install locally or globally.
npm install [--global] sirrobert-shell-cmd
const Package = require("sirrobert-shell-cmd");