Skip to content

Frnds - Happy Friendship Day CLI : ASCII Text Art Greeting Wishes.

License

Notifications You must be signed in to change notification settings

mskian/friendship-day-cli

Repository files navigation

Friendship Day CLI

build-test npm

frnds - Happy Friendship Day CLI : ASCII Text Art Greeting Wishes.

"frnds" : friends 🌟

Command Line Interface tool for Happy Friendship Day Wishes : Happy Friendship Day Wishes in Terminal/CMD and Termux.

Built using

Setup

  • Clone or Download Repo
git clone https://github.com/mskian/friendship-day-cli.git

## Open Project Folder
cd friendship-day-cli

## install packages
pnpm install

## build CLI
pnpm build
  • Link and Test the CLI Locally
npm link or pnpm link --global
  • unlink CLI
npm rm --global frnds or pnpm uninstall --global frnds
  • Access CLI Globally
frnds -h
  • Access via NPX
npx frnds -h
  • install via NPM and PNPM
## install via npm
npm install -g frnds

## Remove Package
npm uninstall -g frnds


## install via pnpm
pnpm install -g frnds

## update package
pnpm update -g frnds

## Remove Package
pnpm uninstall -g frnds

CLI Usage

# For Help Message
frnds -h

# Generate Greeting Web page
frnds -n "Hello Friend"

# Random Quotes
frnds -q

# ASCII Text Art
frnds -a

# Custom Message
frnds -m "Happy Friendship Day"

Bash CLI

Happy Friendship Day Bash CLI

## Set Permission
chmod +x friend.sh

# RUN CLI
./friend.sh -h

MISC (Development)

  • Clear NPX and PNPM Cache
npx clear-npx-cache
pnpm store prune

Contributing 🙌

Your PR's are Welcome

LICENSE

MIT