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

trueban-cli

v1.9.2

Published

a bootstrap for trueban file importation

Readme

trueban-cli使用说明:

安装步骤:

1、 在windows环境下,需要先安装nodejs

在这里下载: http://nodejs.cn/download/

安装后,在开始菜单中找到node.js,打开命令行工具

2、 在命令行工具中输入

npm i trueban-cli -g

安装trueban课程管理工具

使用说明:

现在你可以在命令行下使用trueban命令。

主要包含三个命令

  • trueban init
  • trueban add
  • trueban upload

trueban init: 创建文件系统

命令示意

trueban init per-k-sem1

直接输入trueban init,即在当前文件夹下创建课程包,课程包名为文件夹名

输入trueban init [课程包名]则创建自定义名字的课程包

trueban add: 创建模块

trueban add hi byebye good-afternoon

输入trueban add [word1] [word2] [word3]时,您可以选择每个模块学到的单词。

根据提示,即可创建好模块。

注意,trueban add命令只能在Day文件夹下使用

trueban upload: 上传模块

命令示意:

trueban upload

当一节课程编辑完毕,你需要使用upload命令上传到图片服务器。

注意,在Day文件夹只上传当天,在Week文件夹可上传一周的,在课程包文件夹下可以上传全部

提交:

上传完成后,你会发现包文件夹下出现一个__json文件夹,把这个文件夹传给我就可以了。