Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

frnds

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frnds

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

  • 0.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by200%
Maintainers
0
Weekly downloads
 
Created
Source

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

  • Typescript
  • ASCII Art
  • ANSI Colors
  • Emoji's
  • Commander.js - https://github.com/tj/commander.js

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

Keywords

FAQs

Package last updated on 16 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc