0.0.2 • Published 11 years ago

argod v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

Argod: Run proxies on the command line!

Simple utility that is callable via argod and will allow you to run exported proxies.

Getting Started

  1. Create your proxy
var argo = require("argo");

module.exports = argo().target("http://mdob.io/mdob/sandbox");
  1. Save it to a file.
  2. Run it with argod argod -p 4000 index.js

Usage

 Usage: argod [options] [proxy_file]

   Options:

      -h, --help                 output usage information
      -V, --version              output the version number
      -p, --port [port]          Port to run your proxy on. Default: 3000
      -h, --hostname [hostname]  Hostname for proxy to listen on. Default: Localhost
      -b, --backlog              Backlog setting.
      -c, --cert [cert]          Certificate setting. Required for SSL
      -k, --key [key]            Key setting. Required for SSL
0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago