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

soulkit

v1.2.0

Published

> TODO: description

Downloads

1

Readme

dkit 脚手架

                      __                     __
   ____ ___  ______  / /______ _(_)___ _____/ /___ _
  / __ `/ / / / __ \/ //_/ __ `/ / __ `/ __  / __ `/
 / /_/ / /_/ / /_/ / ,< / /_/ / / /_/ / /_/ / /_/ / 
 \__, /\__,_/\____/_/|_|\__,_/_/\__, /\__,_/\__, /  
/____/                         /____/      /____/   
  

📦 安装

npm install -g dkit

//or

yarn global add dkit

创建项目

dkit create my-app

命令

dkit -v 查询版本号
dkit --help 获取帮助
dkit update 检查更新

本地开发

npm link

之后正常使用dkit 命令

发布npm

npm publish 

工具

  • commander (Node 的命令行解析库)
  • inquirer (实现命令行之间的交互)
  • fs-extra (基础文件操作库)
  • chalk (粉笔:控制台字符颜色样式)
  • ora (优雅的进度条)
  • download (实现文件远程下载)
  • handlebars (实现模板字符替换)
  • log-symbols (为各种日志级别提供着色符号)
  • update-notifier (npm 在线检查更新)
npm WARN [email protected] requires a peer of typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.

removed 3 packages and audited 164 packages in 2.957s

25 packages are looking for funding
run `npm fund` for details

found 0 vulnerabilities

/usr/local/bin/dkit -> /usr/local/lib/node_modules/dkit/bin/index
/usr/local/lib/node_modules/dkit -> /Users/guokai/Desktop/DIDI/dkit