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

create-node-app-trpc

v1.0.0

Published

πŸš€ **Coming Soon:** `create-node-app-trpc` is an upcoming CLI tool designed to revolutionize the way Node.js projects are set up. It's on its way to bringing a seamless setup experience with Vite, TypeScript, and tRPC integration!

Downloads

1

Readme

create-node-app-trpc

πŸš€ Coming Soon: create-node-app-trpc is an upcoming CLI tool designed to revolutionize the way Node.js projects are set up. It's on its way to bringing a seamless setup experience with Vite, TypeScript, and tRPC integration!

Features

  • Vite: Enjoy the fast, next generation frontend tooling with Vite.
  • TypeScript: Utilize the full power of TypeScript for type safety and enhanced development experience.
  • tRPC: Leverage tRPC for end-to-end typesafe APIs, eliminating the need to define types more than once.
  • Easy Setup: Get your Node.js environment up and running with just one command.

Stay Tuned

The package is currently under development and will be available soon. Watch this space for updates and the official release announcement!

Installation

Upon release, you will be able to run create-node-app-trpc directly using npx:

npx create-node-app-trpc

Usage (Upcoming)

To create a new project, you will simply run:

npx create-node-app-trpc my-new-project

Replace my-new-project with your project name. This command will set up a new directory with all the necessary configurations.

Anticipated Project Structure

The tool is expected to set up the following structure for your projects:

my-new-project/
β”œβ”€β”€ node_modules/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.ts
β”‚   └── ...
β”œβ”€β”€ .gitignore
β”œβ”€β”€ package.json
β”œβ”€β”€ tsconfig.json
└── vite.config.ts

Customization (Planned)

The configuration files will be fully customizable to suit diverse project requirements.

Contributing

Interested in contributing? We welcome contributions of all forms! Feel free to make a pull request or open an issue in the repository.

License

create-node-app-trpc will be open source software licensed as MIT.