Skip to content
/ bshell Public

🔨Provide portable Unix shell commands out of shelljs for Node.js

License

Notifications You must be signed in to change notification settings

avennn/bshell

Repository files navigation

English|简体中文

bshell

Download Coverage Npm Node License

Provide portable Unix shell commands out of shelljs for Node.js.

bshell means "better shell".

Install

With npm

npm i bshell

With yarn

yarn add bshell

With pnpm

pnpm add bshell

Usage

ps

import { Ps } from 'bshell';

const ps = new Ps();

ps.execute().then((res) => {
  console.log(res); // [{ pid: 123, tty: 'ttys001' }, ...]
});

About

🔨Provide portable Unix shell commands out of shelljs for Node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published