npm.io
0.5.40 • Published 1 month ago

@goldstack/utils-sh

Licence
MIT
Version
0.5.40
Deps
7
Size
33 kB
Vulns
0
Weekly
0
Stars
137

npm version

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');

Keywords