0.0.3 • Published 1 year ago
animaldebugging v0.0.3
animalDebugger
Inspired by the CS50 Duck debugger, I created this project because I was bored and had never made a CLI application in Node.js before.
What It Does
This CLI application will talk with you when you ask it anything. It lives in your terminal and provides a fun way to debug your code or just have a conversation.
Available Options
You can choose from the following options for your debugger:
- Cat
- Dog
- Duck
- Rock
Future Enhancements
- Add more animal options for the debugger.
- Implement a more sophisticated conversation engine.
- Enhance the user interface for a better terminal experience.
- Rewrite the code in a more readable and maintainable way.
Getting Started
Prerequisites
- Node.js installed on your machine.
Installation
- Initialize a new Node.js project.
- Install the package using npm.
npm i animaldebugging
- Run the CLI application using
npx
.
npx animaldebugging
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
Acknowledgements
- Inspired by the CS50 Duck Debugger.
- Created by Smit Patel.