goofy-cookie-cli
v1.0.3
Published
A goofy cookie-themed CLI for fun
Readme
🍪 Cookie CLI
A small and fun command-line tool built to mess around with cookie-related commands. This is mainly just for fun, but who says your terminal can't have a bit of personality?
Features
cookie help- to see all the cookie commandscookie summon– Summons a virtual cookie.cookie hack– Pretends to "hack" cookies (for entertainment).cookie glitch– Makes things glitch out a little.cookie cookie– Just… cookie.cookie ascii– Shows cookie-themed ASCII art.cookie self-destruct– Simulates a dramatic self-destruct.cookie lore– Prints some random cookie lore.cookie jar– Shows what’s in your cookie jar.cookie ls- shows cookie folders
Installation
To install the Cookie CLI globally:
npm install -g goofy-cookie-cliUsage
After installing, you can run the CLI by typing:
cookieThis will open up the interactive prompt:
🍪 cookie >Type any of the supported commands listed above. Example:
🍪 cookie > cookie summonFile Structure (for contributors)
cookie-cli/
│
├── index.js # Main entry point
├── commands/ # All cookie commands go here
│ ├── basic.js
│ ├── cookieJar.js
│ └── ...
├── utils/ # Helper functions
│ └── print.js
├── package.json
└── README.mdLicense
MIT – feel free to use or modify as you like.
