Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.29 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.29 KB

📚 NextRead CLI

NextRead CLI is a console application to help you decide which book to read next based on your reading list.

Screenshot

Prerequisites

Installation

To install the nextread script globally:

$ npm i -g

Usage

Run the command:

$ nextread

Or if you haven't installed the script globally:

$ node .

Options

-s, --sort <property> <order>    The property and order to sort by. E.g. --sort price asc. Defaults to: rating desc.

Uninstallation

To uninstall the script, run the following command.

$ npm uninstall -g nextread-cli

Author

Sander Bongers

License

MIT