The Wayback Machine - https://web.archive.org/web/20220709111853/https://github.com/topics/nodejs-cli
Skip to content
#

nodejs-cli

Here are 66 public repositories matching this topic...

nodejs-cli-apps-best-practices
jasonkarns
jasonkarns commented Feb 19, 2020

As a counterpoint to the suggestion with 'empathetic CLIs', having a CLI that may suddenly block for STDIN is not friendly or empathetic. It does not account for an invocation that be run un-attended (ie on a build server, or scheduled cron job). Indeed, I would go so far as to say that any single CLI command should always be interactive or never be interactive; not sometimes.

It's also

good first issue

Improve this page

Add a description, image, and links to the nodejs-cli topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the nodejs-cli topic, visit your repo's landing page and select "manage topics."

Learn more