test-depgate-npm
v0.0.3
Published
Empty test module to validate depgate NPM lookup; does nothing.
Readme
test-depgate-npm
This is an empty, no-op test module used solely for validating depgate's NPM lookup and related tooling.
- Purpose: verification only. Not intended for production or direct use.
- Behavior: requiring the module prints a short notice and exports a no-op function.
- Install script: on
npm install, it prints the same notice.
Main project: https://github.com/cognitivegears/depgate
Usage
npm install test-depgate-npmThen in Node.js:
require('test-depgate-npm'); // prints: "Empty Test Module, please ignore."Again: this package is for testing only.
