0.0.4 • Published 8 months ago

pretty-shell v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Quick start

Install

# via npm
$ npm i pretty-shell --save
$ npm i pretty-shell -g

Usage

Command line:

$ shx mkdir -p foo
$ shx touch foo/bar.txt
$ shx rm -rf foo

Node API:

const shell = require('pretty-shell')
const { mkkdir, touch , rm } = require('pretty-shell')

Configuration

Commands

categorycommanddescription
fscd
ls
cat
chmod
cp
find
pwd
netifconfig
netstat
ping
osdate
free
uname

Examples

const { find } = require('pretty-shell')
0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago