https://github.com/leflon/clype
A typing speed test in the command line
https://github.com/leflon/clype
cli nodejs speed typescript typing
Last synced: 2 months ago
JSON representation
A typing speed test in the command line
- Host: GitHub
- URL: https://github.com/leflon/clype
- Owner: leflon
- Created: 2020-10-26T14:42:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T14:42:38.000Z (over 4 years ago)
- Last Synced: 2025-03-07T23:27:51.263Z (3 months ago)
- Topics: cli, nodejs, speed, typescript, typing
- Language: TypeScript
- Homepage: https://npmjs.com/package/clype
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# clype
# A typing speed test in the command line## Install
```
$ npm install clype -g
```
## Usage
```
$ clype [options]
```
Options:
- `-v`, `--version` print clype version
- `-h`, `--help` print clype help
- `-w [n]`, `--words [n]` play a game with n words to type
- `-l [name]`, `--list [name]` play a game with the specified list of wordsDefault lists are `easy`, `medium` and `hard`. You can edit them or add some as you want.
## Note
This is an early release and my first ever cli/npm package project. A lot has to be fixed and improved.