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

cube-note

v1.0.1

Published

![](https://img.shields.io/npm/v/cube-note)

Downloads

11

Readme

cube-note

一个简单扁平的桌面 / 移动端记事本。基于 react / koa2 / sqlite / typescript / antd。

特性

  • 🚫 无广告、无收费、完全开源,自己的数据自己掌握
  • 🚀 极其简单的部署,仅需两行命令
  • 📝 支持 MarkDown 语法,支持实时预览、自动保存
  • 🔗 支持笔记内图片、文件上传
  • 📱 桌面端 / 移动端全站响应式设计
  • 🎯 支持关键字、标签搜索
  • 🧩 支持笔记嵌套、管理、收藏、颜色标记
  • 🤖 支持多用户使用
  • 🌙 黑夜模式

部署

1. docker 安装(推荐)

cube-note 不需要 docker compose,单容器即可运行:

docker run -d -p 3701:3700 -v ~/cube-note-storage:/app hopgoldy/cube-note:1.0.0

执行后数据将会存放在 ~/cube-note-storage 目录。

2. npm 安装

cube-note 在开发时就以简单部署为目标,不需要配置数据库,不需要安装任何软件。仅需 node(16+)环境即可运行。

# 安装项目
# linux 下安装失败时请尝试 sudo 并在安装命令后追加 --unsafe-perm=true --allow-root 参数
npm install -g cube-note

# 启动项目
cube-note run

项目启动后将会在当前目录下生成 config.json,可以通过修改该文件来对应用进行简单的自定义。

服务将默认开启在端口 3700 上,可以通过 cube-note run --port=3701 修改端口。

使用 -h 参数查看更多配置

数据迁移

所有数据均默认保存在应用目录下的 .storage 文件夹里,所以直接将其打包然后复制到其他地方即可。

许可

本项目源码基于 GPL v3 许可开源,点此 查看更多信息。