UNPKG

goofy-cookie-cli

Version:

A goofy cookie-themed CLI for fun

74 lines (52 loc) β€’ 1.59 kB
# πŸͺ 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 commands * `cookie 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: ```bash npm install -g goofy-cookie-cli ``` --- ## Usage After installing, you can run the CLI by typing: ```bash cookie ``` This will open up the interactive prompt: ```bash πŸͺ cookie > ``` Type any of the supported commands listed above. Example: ```bash πŸͺ cookie > cookie summon ``` --- ## File 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.md ``` --- ## License MIT – feel free to use or modify as you like.