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?
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
To install the Cookie CLI globally:
npm install -g goofy-cookie-cliAfter 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 summoncookie-cli/
│
├── index.js # Main entry point
├── commands/ # All cookie commands go here
│ ├── basic.js
│ ├── cookieJar.js
│ └── ...
├── utils/ # Helper functions
│ └── print.js
├── package.json
└── README.md
MIT – feel free to use or modify as you like.