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 🙏

© 2024 – Pkg Stats / Ryan Hefner

nzm

v1.0.1

Published

NPM registry manager can help you easy and fast switch between different npm registries, now include: cnpm, taobao, nj(nodejitsu), rednpm, edunpm

Downloads

7

Readme

nzm -- NPM 包源管理工具

nzm 可以帮助你容易的、快速的去切换不同的npm 包源, 目前,收录的包源有: npm, cnpm, taobao, nj(nodejitsu), rednpm.

如何使用私有的包源去配置管理工具?

在你的工程目录里添加一个 .yarnrc的文件,然后在里面写上: registry “http://your.registry” 或者你把它配置到你的主目录的 .yarnrc里

安装

$ npm install -g nzm

例子

$ nzm ls

* npm -----  https://registry.npmjs.org/
  cnpm ----  http://r.cnpmjs.org/
  taobao --  https://registry.npm.taobao.org/
  nj ------  https://registry.nodejitsu.com/
  rednpm -- http://registry.mirror.cqupt.edu.cn
  skimdb -- https://skimdb.npmjs.com/registry
  yarn ----- https://registry.yarnpkg.com
$ nzm use cnpm  //switch registry to cnpm

    Registry has been set to: http://r.cnpmjs.org/

使用命令的用法

Usage: nzm [options] [command]

  Commands:

    ls                           包源列表
    use <registry>               使用这个包源切换当前的包源
    add <registry> <url> [home]  添加一个包源
    del <registry>               删除一个包源
    home <registry> [browser]    使用可选浏览器打开包源的首页
    test [registry]              显示一个或所有包源的响应时间
    help                         打印本项目的帮助

  Options:

    -h, --help     输出用法信息
    -V, --version  输出版本号

包源列表

注意事项

当你使用一个其他的包源的时候,你不能使用 publish 命令.

TODO

  • 我写的这个包已经在npm官方包源上面了哟。

LICENSE

MIT