goofy-cookie-cli
Version:
A goofy cookie-themed CLI for fun
74 lines (52 loc) β’ 1.59 kB
Markdown
# πͺ 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.