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

word-learn

v1.0.31

Published

单词练习: 随机给出一个单词,默写5遍.

Downloads

21

Readme

word-learn

npm i -g word-learn

我最近做了一款 nodejs 的命令行工具,帮助开发者学习单词。
Usage: index [options]

Options:
  -V, --version    output the version number
  -r, --refresh    更换单词列表: 重新从服务端拉去单词
  -d, --pineapple  开始练习: 抄一遍,默写5遍
  -l, --words      打印单词列表
  -h, --help       output usage information

功能如下:

  • 从远程拉随机取5个单词
  • 随机给出一个单词, 抄一遍默写5遍

效果图

word -r 获取随机单词

word -r

word -d 开始练习,抄一遍

word -d

word -d 开始练习,默写5遍

word -d

word -d 开始练习,默写错误

word -d

word -d 练习结束

word -d

word -l 打印单词列表

word -d

Version

1.0.4 (未来版本)


  • 实现登录功能,不论是在家还是在公司都能数据同步
  • 记录用户每场练习结果,能查询
  • word 后不跟任何命令时打印主页

1.0.3


  • word -d 修改练习时的模式, 输出默写的5条

1.0.1


  • word -d 离开时打印用户行为

    正确次数,错误次数, 各个单词的练习次数(输入正确的)

  • word -d 练习中出入 -exit 退出练习
      $ word -d
      抄一遍,默写5遍
      storage:存储
      > -exit
      beybey...

1.0.0


  • word -l 列出本地所有单词
  • word -d 开始练习, 抄一遍,默写5遍
  • word -r 从远程拉去单词, 更新到本地
  • init