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

@chuangker/nice-mail

v1.5.0

Published

Nice Mail 是一款以 Markdown 为基础的邮件编辑器。

Readme

:love_letter: Nice Mail 是一款以 Markdown 为基础的邮件编辑器。如果你厌倦了平淡无奇的传统邮件格式,那么 Nice Mail 的主题一定能让你眼前一亮。

:bulb: TIP:主题持续完善中哦!欢迎提 PR。

预览图

特性

  • 支持主题 & 字段配置
  • 支持自定义主题
  • 支持历史邮件保存
  • 支持保存为草稿
  • 支持实时预览
  • 支持往编辑器中拖拽上传图片
  • 支持 HTML
  • 支持 Markdown
  • 支持保存为 PDF
  • 支持保存为图片

安装

安装前,请确认已经安装 Node.js(>= v8.9.0)

$ npm install -g @chuangker/nice-mail

配置文件

默认情况下,所有的数据都被存放在 Nice Mail 安装的目录下。为了防止升级所造成的数据清空,那么就需要在 第一次使用前完成以下配置

# 获取帮助
$ nice-mail config -h

# 配置缓存数据的目录地址,一般用来缓存发件人等信息
$ nice-mail config --db <dir>

# 配置上传文件的目录地址
$ nice-mail config --upload <dir>

快速开始

# 默认使用 7500 端口
$ nice-mail start

# 如果需要自定义端口,请使用
$ nice-mail start -p <端口号>
  • 打开浏览器(建议使用 Chrome 以获得最佳体验)
  • 访问 http://127.0.0.1:7500 (如果是自定义端口,需替换端口号)
  • 尽情享受吧!

自定义主题

后续完善。

参考 nice-mail 主题模板。

License

MIT