proxyconnect-test

1.1.0 • Public • Published

proxyconnect-test

A simple npm package to check if a project is configured to proxy correctly.

Installation

npm install proxyconnect-test

Example Usage

const isProxyConfigured = require('proxyconnect-test');

const projectPath = '/path/to/your/project';

if (isProxyConfigured(projectPath)) { console.log('Proxy is configured correctly.'); } else { console.log('Proxy is not configured correctly.'); }

Package Sidebar

Install

npm i proxyconnect-test

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

2.02 kB

Total Files

3

Last publish

Collaborators

  • imethvinnath