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

ygfe-cli

v1.0.0

Published

为了不用每次创建新项目时都傻傻的去公司所有项目中找需要的底层模板然后`clone`,于是`yg-cli 1.0 `诞生了。

Readme

翼果前端公用脚手架

功能

为了不用每次创建新项目时都傻傻的去公司所有项目中找需要的底层模板然后clone,于是yg-cli 1.0 诞生了。

使用该脚手架创建新项目时,yg-cli工具会先帮助把你所选择的对应模板拉取下来,然后再下载模板所需要的依赖项,最后会git init创建一个git仓库并将刚刚那些文件提交到暂存区,接下来就可以快速进行开发了。

使用方法

1.npm下载

和市面上其他脚手架一样,需要先全局安装此脚手架。

npm install yg-cli -g

安装成功后即可使用create命令创建项目

yg create <projectName>

2.git clone

进入此仓库,复制仓库地址。使用git clone或者直接下载ZIP压缩包讲该项目仓库下载到本地。下载到本地后,打开命令行工具,进入到脚手架所在的文件地址。然后

npm link

将项目添加到本地npm全局中,

接着就可以使用create命令开始创建项目了。

yg create <projectName>

npm link:将当前所在的项目添加到本地npm全局。

注意:如果之前有使用npm link将此项目添加到全局(或者npm link 冲突时),那么第二次需要进行本地更新时需要携带--force命令参数。

npm link --force

其他参数说明

-v,-V,--version    查看脚手架当前版本
-h,--help   	   查看脚手架帮助说明