▲ Ask EchoJS - Favorite Terminal Libraries ▼8 up and 0 down, posted by tracker1 1593 days ago 5 comments
tracker1 1593 days ago. Given the recent post on colorette, just curious what other terminal application/libraries everyone relies on or likes.
tracker1 1593 days ago. link 3 points ▲ ▼I've been using the new MS Terminal application with WSL2 a lot the past couple months for work and usually script a lot via node/npm scripts and don't rely on too many libraries, mostly yargs, inquirer and chalk. May consider colorette and others. 1. https://www.npmjs.com/package/yargs 2. https://www.npmjs.com/package/inquirer 3. https://www.npmjs.com/package/chalk
ianwalter 1592 days ago. link 3 points ▲ ▼If you like colorette, check out getopts also by Jorge: https://github.com/jorgebucaran/getopts/ I use it for the "cli" module that I'm working on (https://github.com/ianwalter/cli/).
js.craft.hq@gmail.com 1591 days ago. link 1 point ▲ ▼cli for me too :https://github.com/ianwalter/cli/
highmastdon 1590 days ago. link 0 point ▲ ▼To make CLIs I'm using https://www.npmjs.com/package/caporal
alonronin 1589 days ago. link -1 point ▲ ▼Great CLI framework made by the Heroku team: https://github.com/oclif/oclif