banana-maker
v1.1.0
Published
The banana package to help you get a ton of bananas
Readme
banana
A CLI tool that generates ASCII art banana files in your current directory.
Usage
npx banana # creates 3 banana files (default)
npx banana 5 # creates 5 banana files
npx banana 15 # creates 10 banana files (maximum)The tool generates files named banana1.txt, banana2.txt, etc. in the directory where you run the command. Each file contains ASCII art of a banana.
The maximum number of files you can generate at once is 10.
Development
Prerequisites
- Node.js >= 20.0.0
- pnpm
Build
pnpm install
pnpm run buildRun locally
node dist/index.js
node dist/index.js 5