1.0.1 • Published 7 months ago
@hardysmith/testagent v1.0.1
testagent
A simple NPM package that exports a function to add two numbers.
Usage
const { add } = require('testagent');
console.log(add(2, 3)); // 5Development
- Run
npm testto execute the test script.
Publishing
- Update the version in
package.jsonas needed. - Run
npm publishto upload to the NPM registry.