Goldstack Shell Utilities
This library provides various convenience methods for working with files and folders as well as interacting with the shell.
This utility has been developed for the Goldstack starter project builder. Check it out for starting your next project
Installation
npm install @goldstack/utils-sh
Usage
import { sh } from '@goldstack/utils-sh';
await sh('echo hello');