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

@thienhn/create-template

v3.0.0

Published

Interactive CLI Scaffolder for Universal Fullstack Projects with AI Agent Skills

Readme

Template-P

Template-P is the source repository for @thienhn/create-template, an interactive CLI and capability engine that scaffolds full-stack monorepos from verified blueprints and modular adapters.

Quick start

Node.js 22.13 or later is required (Node.js 24 recommended).

npx @thienhn/create-template my-app

Run without a project name to choose it interactively.

What the v3 CLI offers

The v3 CLI offers orthogonal full-stack capabilities:

  • Backends: .NET 10 LTS, Node.js 24 LTS (Fastify/Express), and Python 3.13 FastAPI.
  • Frontends: React 19 + Vite, Vue 3 + Vite, Next.js 15 App Router, Nuxt 3, or API-only mode (none).
  • Persistence: PostgreSQL, Microsoft SQL Server, MySQL, SQLite, MongoDB, or none.
  • Architectures: Clean Architecture / DDD, Modular Monolith, or Blank.
  • Package managers: pnpm, npm, and Bun.

Built-in Presets

  • dotnet-clean-react: .NET 10 Clean Architecture with PostgreSQL and React 19
  • node-fastify-clean-vue: Node.js Fastify Clean Architecture with PostgreSQL and Vue 3
  • fastapi-modular-react: Python FastAPI Modular Architecture with PostgreSQL and React 19
  • dotnet-clean-api: .NET 10 Clean Architecture API-only mode
  • node-express-clean-next: Node.js Express Clean Architecture with MongoDB and Next.js 15
  • fastapi-modular-nuxt: Python FastAPI Modular Architecture with SQLite and Nuxt 3

Verified compatibility

Scaffold, install, and build CI evidence covers the combinations named in scaffold-matrix.yml and the representative v3 preset matrix.

Read the compatibility contract for the complete evidence and stability boundary.

Interactive usage

npx @thienhn/create-template

The terminal flow collects project name, package manager, backend runtime, architecture, database, frontend framework, and optional AI-tooling choices.

Non-interactive usage

npx @thienhn/create-template my-app \
  --backend dotnet \
  --arch webapi-ddd \
  --frontend react \
  --database postgres \
  --package-manager pnpm \
  --yes

The command reference documents every flag and preset option.

Trust and network boundaries

To avoid upstream-generator and dynamic-skill downloads, use bundled blueprints with:

npx @thienhn/create-template my-app --offline --no-ai --yes

Remote integrations can change independently of this package. Review generated third-party output and configuration before production use.

Documentation

The repository documentation index includes installation, automation, command, and migration guides.

v3 architecture

The approved v3 capability architecture describes the verified capability engine and roadmap.

License

MIT © 2026 ThienHN0910.