0.4.9 • Published 10 years ago

deep-shell v0.4.9

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

deep-shell

Promised based chain to manage shell call (asynchronously obviously).

deep.sh(".")
.ls()
.pwd()
.exec("cat -b ../test")
.done(function(s){
	//...
})
.elog();

install

globally

To have access to dpsh (cli env with deep-shell, deep-restful, deep-views and deep-node loaded) :

> npm install -g deep-shell

launch :

> dpsh

usage :

deep.sh(".").pwd()...fs("...").from("...")...elog();

example of script in deep-shell/bin/bmpv that bump package.json version, update git tag, push everything and publish on npm.

> cd your/git/npm/module
> bmpv minor

locally

> npm install deep-shell
var deep = require("deepjs");
require("deep-shell");
deep.sh(".").pwd()...fs("...").from("...")...elog();
0.4.9

10 years ago

0.4.8

10 years ago

0.4.7

10 years ago

0.4.6

10 years ago

0.4.5

10 years ago

0.4.4

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago