shortid-cli Generate short non-sequential url-friendly unique ids from the command line. Based on https://www.npmjs.org/package/shortid. Installation # with yarn: $ yarn global add shortid-cli # with npm $ npm i -g shortid-cli Usage Usage: shortid-cli [options] Options: -V, --version output the version number --validate <id> Check if an id is a valid shortid -n --number <n> Number of ids to generate -h, --help output usage information