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

codesave

v1.0.19

Published

码记

Downloads

135

Readme

码记

NPM version

码记: 程序员专用的笔记软件, 它把 git 仓库当做存储笔记的地方. 并且固定时间自动同步 git 仓库


基于 git 仓库, 优点: 私密, 多端同步, 可以当做文档网盘使用

功能概述

  • 自动同步
  • 立即同步
  • 打开 vsCode
  • [开启|关闭] 自动同步

安装

建议使用 npm 全局安装

npm install -g codesave

然后到你的 git 仓库中运行

$ cd /仓库地址/
$ codesave

看到这个输出就证明启动成功了

---------------------
欢迎使用 [码记]
---------------------

1. 开始自动同步 [开启]
2. 立刻同步代码
3. 打开 vsCode
4. [关闭] 默认同步
5. 帮助
6. 退出
   请输入指令序号, 按下回车键结束:

已开始自动同步
自动同步频率为: 1 小时 0 分钟 0 秒
本次同步时间为: 2024-02-29 14:21:51
---

请继续输入:

去哪里编辑呢?

我一般都是用 vscode 来当做编辑器, 我甚至可以一边写代码一边看笔记


2024.3.13 更新

  • 如果进入了一个空的 git 目录, 需要自动创建一些文件
    工作日志.md
    TaskList.md
    Journal.md
    ReadingList.md
    docs
  • 如果进入的目录不是 git 仓库, 而且历史列表中只记录了一个. 那么就直接进入这个目录