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

react-nest-cli

v1.0.6

Published

一个脚手架工具,用于快速生成 react+nest 项目

Readme

项目介绍

一个脚手架工具,用于快速生成 react+nest 项目

使用脚手架 自动化生成项目、规范依赖管理、规范代码风格、代码质量控制、自动化测试、CI/CD 配置、提高开发效率。(规范化、流程化、自动化)

安装

npm install -g react-nest-cli

基本使用

react-nest init <project-name>

脚手架命令列表

init 初始化项目
version 展示版本信息
info 展示脚手架信息
help 展示帮助信息

项目命令列表

serve 启动项目
build 构建项目
preview 本地预览项目
lint 检查项目代码风格和质量
deploy 部署项目到指定环境,如测试环境、预发环境、生产环境等
test 运行测试用例

使用npm link或monorepo的方式来调试项目

使用CI/CD 来自动化构建和部署项目

monorepo + turbo

turbo可以缓存项目的构建结果,避免重复构建,提高开发效率,加速 monorepo 项目的构建和运行。(turbo的构建缓存和增量构建机制、任务编排机制)