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

nitrokit-cli

v1.1.6

Published

A CLI to create Nitrokit projects.

Downloads

17

Readme

Nitrokit CLI

NPM Version NPM Downloads CodeFactor

A powerful and user-friendly command-line interface (CLI) to help developers quickly set up new projects using the Nitrokit boilerplate. Built with a focus on speed and ease of use, this CLI automates the project creation process and lets you choose your preferred package manager.

✨ Features

  • Fast Project Creation: Quickly clone the latest Nitrokit boilerplate from the official GitHub repository.
  • Package Manager Selection: Choose between pnpm, npm, or yarn to automatically set up your project's dependencies.
  • Clean Installation: The CLI automatically removes unnecessary files, such as the .git directory and other lock files, ensuring a clean and fresh project start.
  • User-Friendly Interface: Provides clear, colored output and progress spinners to guide you through the setup process.
  • Language Generation: Add new languages to your project with a single command (nitrokit generate language).
  • Dependency Management: Keep your project up-to-date with a powerful update command that includes security audits and backups.
  • AI-Powered Translations: Automatically translate your language files from English to other languages using Google Gemini (nitrokit translate).
  • Version Checking: Automatically checks for new versions of the CLI and notifies you when an update is available.

🚀 Installation

You can install the Nitrokit CLI globally via your terminal.

pnpm install -g nitrokit-cli

or

npm install -g nitrokit-cli

or

yarn global add nitrokit-cli

💡 Usage

The CLI provides a set of commands to streamline your development workflow.

new

Creates a new project directory with the specified name and clones the Nitrokit boilerplate into it.

nitrokit new my-awesome-app

When you run the command, you will be prompted to select your preferred package manager for dependency installation.

🤖 How It Works

The CLI is built with Node.js and uses the following libraries to provide a seamless experience:

  • Commander.js: For defining the CLI commands and arguments.
  • Inquirer.js: For creating the interactive prompt for package manager selection.
  • Chalk & Ora: For a professional, colored, and animated terminal output.
  • fs-extra: For handling file system operations easily and efficiently.

🤝 Contribution

We welcome contributions to the Nitrokit CLI! If you have suggestions for new features, bug reports, or improvements, please feel free to open an issue or submit a pull request on our GitHub repository.