1.0.0 • Published 11 months ago

aibud-rubberduck v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

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