0.0.3 • Published 8 years ago

human-sort v0.0.3

Weekly downloads
9
License
-
Repository
-
Last release
8 years ago

human-sort

CLI tool that ranks a list of items by prompting the user to compare two at a time.

Installation

To install from npm, run

npm install -g human-sort

Usage

Usage: human-sort [file]

Examples:
  human-sort list.txt    rank list from a file


Options:
  -d, --delimiter  delimiter regex between list items  [default: "(?:\r?\n)+"]
  -o, --output     output file                       
  -h, --help       Show help                         

Building

To compile the source just run npm run build.