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

ganjineh

v1.0.0

Published

A command-line interface (CLI) tool for scaffolding new projects with various languages and frameworks.

Readme

ganjineh-cli

A powerful and intuitive Command-Line Interface (CLI) tool designed to streamline the process of scaffolding new projects. ganjineh-cli helps developers quickly set up diverse project structures for various programming languages and frameworks, accelerating development cycles.

Features

ganjineh-cli supports project creation across multiple domains, including web development (frontend and backend) and cross-platform mobile development. Here's a breakdown of the supported technologies:

Node.js Projects

  • Express.js: A minimal and flexible Node.js web application framework.
  • React (CRA): A popular JavaScript library for building user interfaces (using Create React App).
  • Vite (React): A next-generation frontend tooling that provides an extremely fast development experience for React projects.
  • Next.js: A React framework for building server-side rendered (SSR) and static web applications.
  • NestJS: A progressive Node.js framework for building efficient, reliable and scalable server-side applications.
  • Fastify: A fast and low-overhead web framework for Node.js.

Python Projects

  • Django: A high-level Python web framework that encourages rapid development and clean, pragmatic design.
  • Flask: A lightweight WSGI web application framework for Python.
  • FastAPI: A modern, fast (high-performance) web framework for building APIs with Python 3.7+ based on standard Python type hints.

Mobile (Cross-platform) Projects

  • React Native: A framework for building native mobile apps using React.
  • Flutter: Google's UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

Installation

To install ganjineh-cli globally on your system, open your terminal and run the following command:

npm install -g ganjineh-cli

Usage

Once installed, you can use ganjineh-cli from any directory. Simply run the ganjineh command, and follow the interactive prompts to configure your new project:

ganjineh

The CLI will guide you through selecting your desired programming language, framework/tool, project name, license, and other options.

Getting Started with Your New Project

After ganjineh-cli successfully creates your project, navigate into the new project directory. Each generated project comes with its own README.md file containing specific instructions on how to install dependencies and run your newly created application.

Contribution Guidelines

We welcome contributions to ganjineh-cli! Please refer to the CONTRIBUTING.md file in this repository for detailed guidelines on how to contribute.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Ganjineh