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

deepan-cli

v1.0.4

Published

Deepan AI CLI using direct API

Readme

Deepan CLI

Deepan CLI Banner

A powerful command-line interface that brings Deepan AI directly to your terminal. Experience intelligent conversations with AI without leaving your development environment.

Features

  • Interactive AI Chat: Engage in real-time conversations with Deepan AI
  • Beautiful CLI Interface: Stunning ASCII art banner with gradient colors
  • Intelligent Responses: Get insightful, precise, and helpful answers
  • Simple Commands: Easy-to-use interface with intuitive commands
  • Cross-Platform: Works on Windows, macOS, and Linux
  • Lightweight: Fast startup and minimal resource usage

Installation

Install Deepan CLI globally using npm:

npm install -g deepan-cli

Usage

Starting the CLI

Once installed, simply run:

deepanai

This will display the welcome banner and start an interactive session.

Basic Commands

  • Ask questions: Simply type your question and press Enter
  • Exit: Use any of these commands to exit:
    • exit
    • quit
    • bye

Example Session

$ deepanai

  ____                                 ____ _     ___ 
 |  _ \  ___  ___ _ __   __ _ _ __     / ___| |   |_ _|
 | | | |/ _ \/ _ \ '_ \ / _` | '_ \   | |   | |    | | 
 | |_| |  __/  __/ |_) | (_| | | | |  | |___| |___ | | 
 |____/ \___|\___| .__/ \__,_|_| |_|   \____|_____|___|
                 |_|

Welcome to Deepan AI CLI!

Ask Deepan AI: What is machine learning?

🤖 Deepan AI:
Machine learning is a subset of artificial intelligence that enables 
systems to learn and improve from experience without being explicitly 
programmed for every task...

Ask Deepan AI: bye

🤖 Deepan AI:
Goodbye! Have a great day!

Technical Details

Requirements

  • Node.js: Version 14.0.0 or higher
  • npm: Version 6.0.0 or higher
  • Internet Connection: Required for AI responses

Dependencies

The CLI uses several key libraries:

  • readline: For interactive command-line interface
  • axios: For API requests to Deepan AI
  • figlet: For ASCII art text generation
  • gradient-string: For beautiful colored terminal output

Customization

Gradient Themes

The CLI supports multiple gradient themes for the banner. You can modify the gradient in the source code:

  • atlas (default)
  • rainbow
  • pastel
  • morning
  • summer
  • teen
  • mind

Troubleshooting

Common Issues

Installation fails with permission errors:

# Try installing with sudo (macOS/Linux)
sudo npm install -g deepan-cli

# Or use npx for one-time usage
npx deepan-cli

Command not found after installation:

  • Ensure your npm global bin directory is in your PATH
  • Try restarting your terminal
  • Check installation with npm list -g deepan-cli

API connection issues:

  • Check your internet connection
  • Verify the API service is available
  • Contact support if issues persist

Contributing

Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.

Development Setup

  1. Clone the repository
  2. Install dependencies: npm install
  3. Make your changes
  4. Add the .env file then add your API credentials
  5. Test locally: node cli.js
  6. Submit a pull request

Support

Acknowledgments

  • Built with Node.js and powered by advanced AI technology
  • Special thanks to the open-source community for the amazing libraries used
  • Inspired by the need for accessible AI tools for developers

Made with ❤️ by Deepan

Bringing AI to your fingertips, one command at a time.