-
Updated
Sep 9, 2020 - JavaScript
{{ message }}
A CLI React performance optimization tool that identifies potential unnecessary re-rendering
Create a merge request from command line in gitlab
Build An Interactive command line tool with Node.js, Mongodb, Commandjs, and Inquirerjs
A web server that fetches data from the New York Times and formats it for display in the terminal.
A tiny commandline tool for parsing JSON from any source.
A CLI tool to interactively search & select one or many package.json npm scripts to run
duty is a command line todo application with desktop notification
The movie database client
Lightweight, Extensible Query Watcher for Elasticsearch / Elassandra / Cassandra
A CLI program in Node.js. The program checks weather data in command line.
Node command line application generator.
Node command line application generator.
CLI to list conventional commit types.
A simple pastebin for easy access from the terminal.
A command-line tool to display system information
Commandline Tools And Patterns In Multiple Languages (Node, Python, R, Bash, Ruby, Go, and more)
Replay and embed script recorded terminal sessions in HTML
A command line tool to try executing a shell command and retry if it fails. Optionally repeat with time intervals even if it succeeds.
Materials for EnExDi2020 (Poitiers, February 10-14):
Generating white on black text pictures, and more.
Add a description, image, and links to the commandline topic page so that developers can more easily learn about it.
To associate your repository with the commandline topic, visit your repo's landing page and select "manage topics."
Recently I implemented the ability to pass
arrays intowrite, but [writeSwitchstill compares for an array and then spreads][still-spreads].writeSwitchshould be updated to just pass any value intowritewithout comparing types first.