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

junking

v1.13.24

Published

node实现命令行工具

Downloads

24

Readme

junking-cli

命令行工具,提高工作效率,使用方法如下:

下载

npm i -g junking

示例

简化npm更改源,快速发布包

你是否经历过繁琐地重置源和烦恼太长的地址,使用下面的命令吧!

junking npm源                    设置npm源为官方源
junking taobao源                 设置npm源为淘宝源
junking publish [版本号X.X.X]     发布包到npm官方
junking docs                     启动docsify
junking push [注释]               提交主分支到远程仓库
junking count [路径(可省略)]     统计Markdown文字字数(后可以跟上需要统计的目录绝对路径,或直接省略或.以遍历整个相对目录)
junking npmd                      打开 npm 包对应的 ctrip gitlab 链接

BugFix

  • fb 命令,日期误判 https://arc.net/e/974DAD63-43A1-43E9-9A8A-438E0D4D7F36

RoadMap

  • [x] 优化代码结构, 聚合常量
  • [x] 将每个功能拆分成独立的模块,而不是都聚在 index 中
  • [x] info 查看当前工作区的各类信息。
  • [ ] npmd包的解析
    • https://registry.npm.release.ctripcorp.com/@ctrip/corp-flight-order-logic-v2-orderinit
    • npm 发布试着做到命令行发布,相当于升了版本号发后,点击了 publish
  • [ ] UT
  • [ ] 优化发布版本号
  • [ ] ares, 快速打开当前项目的 ares
  • [ ] cp, 快速打开当前项目的 captain
  • [ ] pp, 快速打开当前项目的 pipline
  • [ ] 如何发布?如何有效更新
    • "moreDescription":"当前发布时需要上传 cli 文件",