Licence
ISC
Version
1.0.0
Deps
0
Size
12 kB
Vulns
0
Weekly
0
@kevin.xie.toronto/my-mini-coding-agent
My Mini Coding Agent.
Installation
npm install @kevin.xie.toronto/my-mini-coding-agent
Usage
const { greet } = require('@kevin.xie.toronto/my-mini-coding-agent');
console.log(greet('world')); // "Hello, world!"
Testing
npm test
License
ISC Kevin Xie