jhamlet / hamletink-rxsh

Observable versions of common shell commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hamletink/rxsh

Observable versions of common shell commands

Installation

npm install --save @hamletink/rxsh

Usage

import { sh } from '@hamletink/rxsh';

// or

import sh from '@hamletink/rxsh/sh';

Report an Issue

License

ISC

About

Observable versions of common shell commands

License:ISC License


Languages

Language:JavaScript 77.4%Language:Shell 22.6%