pipe2browser

1.0.8 • Public • Published

pipe output( stdout and stderror ) of shell cmd to browser,instantly. by nodejs

how to use?

  1. sudo npm install -g pipe2browser
  2. modify the cmd in cmd.json of current dir to test.
  3. pipe2browser -restart, enjoy!

an example cmd.json:

{
    "cmd":[
        "pwd",
        "ls -l",
        "svn up --non-interactive --trust-server-cert --username dyw --password myPasswd /tmp/myCode"
    ]
}

Note: a default cmd.json will created in your current dir(pwd), where you start pipe2browser

Readme

Keywords

none

Package Sidebar

Install

npm i pipe2browser

Weekly Downloads

0

Version

1.0.8

License

none

Last publish

Collaborators

  • dongyuwei