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

mycpen-image-bed

v0.0.0-fjumurudho

Published

mycpen image bed file

Downloads

982

Readme

个人图床

本地发包

  • 最近发包 2024/04/20,git push 时仅 .npmignoreREADME.md 发生变更
  1. 修改 package.json,改为去年年份。最后需回滚操作,见步骤 6

    {
      "name": "mycpen-image-bed",
    -  "version": "0.0.0-fjumurudho",
    +  "version": "0.0.0-2023",
  2. 修改 .npmignore,新增去年年份

    # image/
    image/2022*
    image/2023*
       
  3. 相关命令

    # https://blog.anheyu.com/posts/sdxhu.html#npm-镜像
    npm config set registry http://registry.npmmirror.com
    # 切回源
    npm config set registry https://registry.npmjs.org/
       
    # 仅第一次使用需要添加用户,之后会提示你输入你的npm账号密码以及注册邮箱
    npm adduser
    # 非第一次使用直接登录即可,之后会提示你输入你的npm账号密码以及注册邮箱
    npm login
    # 登出
    npm logout
       
    # 初始化
    npm init
       
    # 模拟 npm publish,提前演示哪些文件会被发布或者被忽略
    npm pack
       
    # 发布
    npm publish
  4. 网址

    https://www.npmjs.com/package/mycpen-image-bed

    https://npmmirror.com/package/mycpen-image-bed

  5. cnpm sync

    https://github.com/mycpen/image_bed/actions/workflows/cnpm-sync-package.yml

    https://npmmirror.com/package/mycpen-image-bed/versions

  6. 还原配置

    1. package.json,后缀为 -customSuffix

      {
        "name": "mycpen-image-bed",
      +  "version": "0.0.0-fjumurudho",
      -  "version": "0.0.0-20xx,
    2. 本地 npm 配置

      # 使用 npmmirror 源
      npm config set registry http://registry.npmmirror.com
            
      # 登出
      npm logout
  7. 推送变更 bash git.sh,仅 .npmignoreREADME.md 发生变更

  8. 即时发布新版本

    https://github.com/mycpen/image_bed/actions/workflows/autopublish.yml

  9. 同步变更 .github py 脚本

    https://github.com/mycpen/hexo-source

    https://github.com/mycpen/hexo-source-butterfly

    https://github.com/mycpen/hexo-source-diary

    https://github.com/mycpen/nav