An open API service indexing awesome lists of open source software.

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

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 words

Default 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.