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

cmd-man

v1.0.1

Published

cmd-man,一款基于nodejs的专属于你的命令行工具.

Readme

cmd-man,一款基于nodejs的专属于你的命令行工具.

cmd-man,采用的commonjs模块规范

也可package.json配置"type":"module", 使用esm规范. 默认为"type": "commonjs",

🏠 npm | ahviplc

🏠 npm | cmd-man

🏠 Homepage-gitee

Demo-gitee

🏠 Homepage-github

Demo-github

cmd-man npm api

可以查看此npm模块的信息json串

http://registry.npmjs.org/cmd-man

Prerequisites

  • node >12.0.0

Install

yarn (最好使用yarn 感觉使用npm有些依赖会缺失)
yarn install
或者
npm i
npm install

npm或yarn全局安装与使用

全局npm安装或yarn安装

npm i -g cmd-man
或者
npm install -g cmd-man
或者 TODO yarn
yarn add global cmd-man

全局命令使用 使用下面命令

cmd-man
或者
cm

Usage

针对的是你使用源码的方式 安装好依赖 执行

其他情况 最好从npm全局安装 使用全局命令直接执行

yarn app
或者
yarn app -a
或者
npm run app (不可用)
或者
node ./bin/index.js
或者
node ./bin/index.js -a

Run tests

TODO

yarn run test
或者
jest

Done

npm run app-test
或
yarn run app-test

Links

https://github.com/tj/commander.js

https://codechina.csdn.net/mirrors/tj/commander.js

https://github.com/eslint/eslint

https://eslint.org/

http://eslint.cn/

http://eslint.cn/docs/rules/

https://github.com/feross/standard

https://github.com/standard/standard

https://hub.fastgit.org/standard/standard

https://hub.fastgit.org/standard/standard/blob/master/docs/RULES-zhcn.md

https://github1s.com/FrendEr/show-man/blob/HEAD/bin/show.js

https://www.npmjs.com/package/chalk

https://github.com/chalk/chalk

Author

👤 LC [email protected]

  • Website: https://gitee.com/ahviplc/cmd-man
  • Github: @ahviplc

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator