@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