Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 662 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 662 Bytes

Node.js Examples: CLI

In this directory, we have examples of Command Line Interfaces (CLIs) built with Node.js. See the Examples section of the root README.md for a list of all projects contained within, or take a look through the directories yourself.

What is a CLI in the context of nodejs/examples

Anything that can be considered a command-line interface, built with Node.js.

Contributing to Examples

If you're interested in seeing more examples of CLIs or want to help maintain the current examples, we more than welcome your contribution! See CONTRIBUTING.md for more details 🤗