Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@

Note that this tool is a work in progress!

## Installation

`npm install -g casecode/node-proxy-injector`

## Usage

`$ node server.js`
`$ npi`

## Command line options

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"npi": "./server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/casecode/node-proxy-injector.git"
Expand Down
Empty file modified server.js
100644 → 100755
Empty file.