1.1.0 • Published 3 months ago

proxyconnect-test v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

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.'); }

1.1.0

3 months ago

1.0.0

3 months ago