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

@velkit/cli

v1.2.0

Published

Velkit is a CLI tool that lets you to clone repositories faster and comes with additinional features.

Readme

Velkit

Velkit is a CLI tool that lets you clone repositories faster and comes with some additinional features such as E.P.A

Usage

You can use Velkit in two ways: with a single-line command or with a graphical user interface (GUI).

| Global Flag | Description | | ---------------- | -------------------------- | | --d, --debug | Enable debug mode | | --gp, --global-proxy | Globally sets the given proxy |

Single-line command

To clone a repository with a single-line command, use the following syntax:

npx velkit@latest clone <SOURCE> <DESTINATION> [FLAGS]

For example, to clone typescript-starter repository from ProxityStudios into a directory named myapp, run:

npx velkit@latest clone ProxityStudios/typescript-starter myapp

<> Required | [] Optional

| Flag | Referance | Accepted Values | Default Value | Description | | --------------------------- | ------------------ | ---------------------------- | ------------------ | ---------------------------------- | | --upd, --update-package | | | false | Update package name and version | | --i, --install-deps | <packageManager> | npm, pnpm, bun, yarn | do-not-install | Install dependencies automatically |

Graphical user interface

TODO:

npx velkit@latest gui

[BETA] Init E.P.A and automatically configure it

E.P.A stands for ESLint, Prettier, and Airbnb. These are popular tools for code formatting and quality. Velkit can install and configure them for you with a single command. Yeah, it's that simple.

TypeScript

If you're using TypeScript, you need to provide the --ts flag:

npx velkit@latest init-epa <path/to/install> --ts

JavaScript

If you're using JavaScript, you don't need to do anything extra, just omit the --ts flag.

npx velkit@latest init-epa <path/to/install>

| Flag | Description | | ---------------------- | -------------- | | --typescript, --ts | Use TypeScript |

Support and Feedback

If you have any questions, issues, or feedback related to Velkit, create an issue through Github Issues!