Here are
66 public repositories
matching this topic...
API, CLI, and Web App for analyzing and finding a person's profile in 1000 social media \ websites
Updated
Jun 29, 2022
HTML
CLI tool to develop, debug and deploy Twilio Functions
Updated
Jul 8, 2022
TypeScript
NodeJS CLI for merging JUnit XML test results
Updated
Jul 6, 2021
JavaScript
Improve load performance by inlining and optimising remote assets loaded through CDN
Updated
Jun 25, 2022
JavaScript
A simple CLI tool that helps you manage releases of your GitHub projects.
Updated
Jun 23, 2022
JavaScript
💥 Work with the Stack Overflow inside your terminal
Updated
Jun 13, 2022
JavaScript
Test your redirects and get an easily readable and parsable csv file back
Updated
Jul 7, 2022
JavaScript
Use google translate in terminal.
Updated
Jan 17, 2020
JavaScript
Simply define and run your flows in Chrome.
Updated
Feb 17, 2019
JavaScript
🔎 A Plagiarism Detector for C++, Python and text files
Updated
Dec 12, 2021
Python
Buiding RestFullAPI, WebAppGUI, CLI from scratch without any npm package.
Updated
May 28, 2021
JavaScript
Updated
Jun 11, 2022
TypeScript
A very simple Cloudinary uploader in a Node environment only
Updated
May 20, 2022
JavaScript
A simple NodeJS CLI script to list and delete action artifacts in bulk
Updated
Jul 7, 2022
JavaScript
Node.js command line app for exporting video data from a YouTube playlist to a JSON/CSV file.
Updated
Jan 16, 2022
JavaScript
Updated
Feb 6, 2022
JavaScript
CLI Tool to compile and encrypt Node.js project
Updated
May 21, 2020
JavaScript
NodeJs CLI starter template repository
Updated
Mar 26, 2022
JavaScript
This is a simple todo-list in cli format, developed in nodejs.
Updated
Dec 19, 2020
JavaScript
Get the sunrise and sunset for your location, right from your terminal!
Updated
Jun 22, 2022
TypeScript
Inspect binary data using a colorful CLI, in Node
Updated
Jan 20, 2019
JavaScript
🐍 🎮 Snake game for Terminal with NodeJS
Updated
Jul 6, 2019
JavaScript
🚀 all in one starter npm-cli application for creating updating files, projects and more... checkout README for usage
Updated
Jun 5, 2022
JavaScript
Simple WebSocket client-server demo using Node.js CLI.
Updated
May 31, 2021
JavaScript
Updated
Nov 27, 2018
JavaScript
A NodeJS command line utility to pretty print JSON string like an object literal to the terminal with color.
Updated
Jun 12, 2021
JavaScript
XRandom in a nodejs cli that generate random numbers
Updated
Jul 11, 2018
JavaScript
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
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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