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

bimg-cli

v0.0.1

Published

A image bed for Typora

Readme

Typora 图床命令工具

使用方式

npm install bimg-cli -g

使用 Gitee

  1. 创建一个 gitee 仓库,记得设置为开源。

image-20210614155643628

  1. 生成 token

    点击生成令牌

image-20210614153809819

进行安全验证

image-20210614153906678

生成成功,记得保存好token,页面关闭后再也没法查看了

image-20210614154417766

  1. 打开 Typora 中偏好设置的图像,上传服务设置为 Custom Command ,命令填写
bimg upload --type gitee -t <token> -o <owner> -r <repo> -p <path>

例如

bimg upload --type gitee -t xxxx -o PenLa -r image-bed -p image

image-20210614154623839

点击图片服务验证成功后,可以看到图片的url地址,点击链接可以验证是否上传成功。

image-20210614155227097

Typora 图片打开右击菜单,点击图片上传

image-20210614155036422

image-20210614155107795

上传成功后可以看到,图片的地址变成了 gitee 仓库的地址

image-20210614155826982

使用 Git

  1. 创建仓库

image-20210615152557790

  1. 打开 Settings 中的Developer settings,生成token,记得把token记下来

image-20210615153004977

  1. 打开 Typora 中偏好设置的图像,上传服务设置为 Custom Command ,命令填写
bimg upload -t <token> -o <owner> -r <repo> -p <path>

例如

bimg upload -t xxxx -o PenLa -r image-bed -p image