npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

kitsune-cli

v1.0.1

Published

A magical Fox Spirit CLI tool offering wisdom, jokes, riddles, weather, and more.

Readme


Kitsune CLI (kit) is a beautifully crafted, terminal-based companion. Channeling the ancient wisdom of the Kitsune (fox spirit), this CLI tool provides mystical advice, speaks to you directly through your terminal, and offers a visually stunning experience using gradients, beautiful boxes, and terminal animations.

Features

  • 🦊 Mystical Aesthetic: Beautiful terminal styling using chalk, gradient-string, and boxen.
  • 🗣️ Auditory Responses: The spirit actually speaks to you using the say package.
  • 🧘‍♂️ Wisdom & Quotes: Summons random wisdom and philosophical quotes via the API Ninjas service.
  • 🛠️ Modular Architecture: Built with TypeScript and Node.js using commander.

Installation

The easiest way to summon the Kitsune is via NPM:

npm install -g kitsune-cli

Alternatively, you can just run it on the fly using npx kitsune-cli!

Setting Up Your API Key

Kitsune requires an API Ninjas Key for certain magical actions (jokes, riddles, quotes). To authenticate, simply run:

kit init <your_api_key_here>

Usage & Commands

Here are the currently active incantations you can use:

1. Speak

Have the Kitsune channel ancient wisdom and speak your words aloud.

kit speak "Hello traveler, welcome to my realm."

2. Spirit

Summon the Kitsune spirit to receive a piece of wisdom, philosophy, or truth. Optionally, have the spirit speak the quote out loud.

kit spirit
# Or to hear the spirit speak:
kit spirit speak

3. Help

Summon the mystical help menu for detailed information about a specific command.

kit help speak

4. Loud

Make the Kitsune shout your message across the digital realm, using large text.

kit loud "Wake up!"
# Or to hear the spirit speak loud:
kit loud "Wake up!" speak

5. Riddle

The cunning fox presents a puzzle for your mind. You can provide a timer in seconds.

kit riddle 30

6. Joke

A touch of kitsune mischief. Summon the fox to tell you a witty joke.

kit joke
# Or to hear the spirit speak the joke:
kit joke speak

7. Weather

Read the winds and skies. The spirit will consult the atmosphere to divine your local conditions or any specified location.

kit weather
# For a specific location:
kit weather tokyo
# To hear the forecast aloud:
kit weather london speak

8. Wordel

The cunning fox tests your vocabulary with a game of Wordel. You have 6 tries to guess a mystery word. You can optionally specify the word length.

kit wordel
# For a specific word length between 3 and 8:
kit wordel 6

9. Init

Initializes the Kitsune CLI environment by validating and securely storing your API Ninja Key. Required before running API-dependent incantations.

kit init <your_api_key_here>

Built With

  • TypeScript - For robust, strongly-typed code.
  • Commander.js - The complete solution for node.js command-line interfaces.
  • Chalk & Gradient-String - For beautiful terminal styling.
  • Boxen - For creating terminal boxes.
  • Ora - Elegant terminal spinners.
  • Say - TTS (Text To Speech) wrapper.

Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page if you want to contribute.

License

This project is licensed under the ISC License.