Jacqueline Trappmy-how-to-blog.hashnode.dev·Jan 10, 2025How to Build a Menu Tree for a Python CLI AppIn this article I will walk through the basic functionality for creating a menu tree in Python using Nodes, then populating the menu tree to create a basic CLI application. The repo for this example can be found here: menu_tree_cli_example Repository...Python
Vishwas Acharyavishwasacharya.hashnode.dev·Oct 27, 2023Creating Command-Line Tools with Node.jsIntroduction Command-line tools are powerful utilities that allow developers and system administrators to interact with their computers through the command-line interface (CLI). These tools can automate tasks, streamline workflows, and improve produc...Node.js