1.0.0 ⢠Published 11 months ago
aibud-rubberduck v1.0.0
AIBud Rubberduck
A simple rubber duck debugging assistant for Node.js.
Installation
npm install aibud-rubberduck
Usage
const rubberduck = require('aibud-rubberduck');
rubberduck("My code isn't working!");
This will output:
š¦ Quack! Let's debug this problem: My code isn't working!
Have you considered breaking it down into smaller steps?
š¦ Quack! Good luck!
License
ISC
1.0.0
11 months ago