greet-ttr
v1.0.0
Published
A sample Node.js library.
Readme
my-library
A simple Node.js library example.
Usage
const { greet } = require('my-library');
console.log(greet('World'));Development
- Edit
index.jsto add your functions. - Run
npm testto test locally.
