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

cmd-chat

v1.2.1

Published

chat in cmd

Downloads

24

Readme

cmd-chat

介绍

    cmd-chat是可以在命令窗下发送邮件的工具,TA默认发送邮件到作者本人,也可以指定发送邮件到你指定的邮箱中(使用 chat --to命令)

    cmd-chat需要运行在安装有nodeJs V8.9.0版本以上环境的系统当中

    这个工具当然不及微信、QQ等方便,但是你不觉得在命令窗中发邮件很酷吗???

安装

下载并安装v8.9.0或以上版本的nodejs

    以下三种下载方式任选一种:

      1.直接下载(推荐,下载快):

      适合window 64位系统 适合window 32位系统

      2.国内镜像(下载快): http://nodejs.cn/download/

      3.官网下载: https://nodejs.org/en/download/

打开命令窗(敲黑板!方便更快捷的使用cmd-chat)

    打开命令窗有以下方法,任选其一:

    1. 在桌面或文件夹内按住键盘shift键,同时单击鼠标右键,在出现的菜单栏选择“在此处打开命令窗口”,即可打开命令窗

    image

    2. 同时按住键盘 win + R键,在弹出窗口输入cmd,按回车键即可打开

    image     image

安装cmd-chat

    在命令窗中输入

npm i cmd-chat -g

    按回车即可完成安装!

    image

使用

在命令窗中输入chat,即可发送信息

    image

    输入 chat --name 或 chat -n,可修改你的名称

    输入 chat --to 或 chat -t,即可发送给你指定的人(通过电子邮件)

帮助

在命令窗中输入chat --help 或 chat -h 即可查看帮助

    image