proxier

1.0.0 • Public • Published

proxier

Build Status Open Source Love Open Source Love

CLI tool that sets proxy configuration for npm, yarn and git

Installation

npm install -g proxier
yarn global add proxier

Usage

::

Usage: proxier [options]

  set/remove proxy configurations for npm, yarn and git

Options:

  --version,  -V      output the version number
  --set,      set,    required option to set proxy configurations
  --npm,      npm,    set npm proxy configurations
  --yarn,     yarn,   set yarn proxy configurations
  --git,      git,    set git proxy configurations
  --remove,   remove required option to remove proxy configurations

  -h,         --help        output usage information

Example:

  proxier --set npm yarn git http://example.com:5555

  proxier --remove npm yarn git

Contribution

License

MIT

Author

Package Sidebar

Install

npm i proxier

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

6.71 kB

Total Files

5

Last publish

Collaborators

  • knowbee