Kirakirablog.hashnode.net·Jan 4, 2022FeaturedHow to build a CLI using NodeJS 💻How to build a CLI using NodeJS 💻 CLI (Command Line Interface) is one of the most basic and powerful applications ever created by mankind. We all use CLI every day, whether it be npm, git, or any other CLI. Does your daily basis workflow have someth...Daniel Waylonis and 11 others are discussing this12 people are discussing thisDiscuss·223 likes·4.8K readscliThat's a great article!!! Quite in-depth and shows the use of multiple libraries to make a real-world application. Keep it up 😄 3
Dhruva Srinivasthecatblog.hashnode.net·Mar 5, 2022🧑💻 Building CLIs with React Ink[EDIT (30th March 2023)]: React ink has been renamed to term.ink] Yes, dear reader, you read that right! You can build beautiful CLIs with React using an awesome library called React Ink! The way this library works is best summed up by the README of ...Discuss·151 likes·2.7K readsReact
Ayushi Rawatayushi7rawat.hashnode.net·Sep 18, 2020FeaturedGitHub CLI 1.0: All you need to knowEarlier this year, GitHub announced the beta of GitHub CLI and GitHub CLI 1.0 is now available. GitHub CLI basically brings GitHub to your terminal. With GitHub CLI, developers can check the status of GitHub issues and pull requests, search for a spe...Bolaji Ayodeji and 6 others are discussing this7 people are discussing thisDiscuss·142 likes·4.5K readsGit and GitHubGitHubPerfectly well explained, keep it up! 🙂 6
Yashvi Kothariyashvikothari.hashnode.net·Apr 22, 2023Linux CLI Handson 1Learning CLI fundamentals will help in getting 1000 times more productive . Why start Linux CLI ? Usually work using CLI with servers. Actual Machines,php work or be it working on cloud, you require ssh to them and boom that gets you into CLI of se...DiscussLinux
Matthew Hardsealsec22.hashnode.net·Apr 17, 2023Mastering Basic Linux Commands: A Beginner's GuideAre you new to Linux and feeling overwhelmed by the command line? Don't worry, you're not alone! Many people are intimidated by the terminal, but with a little practice, you'll find it's not as scary as it seems. In this beginner's guide, we'll cover...DiscussMastering Linux Basics for Beginnerslinux for beginners
Arsh Ergonarshergon.hashnode.net·Apr 13, 2023Gitgrab: A Rust-based CLI tool for Parallel Git Repository UpdatesMeet GitGrab Gitgrab is an Open Source CLI tool that can display all necessary information available on GitHub on the terminal. It started as a copy of Neofetch for Github, but as the project grew bigger and more people used it, it evolved into a he...DiscussOpen Source
Oscar Cortes Brachoolcortesb.hashnode.net·Apr 13, 2023Github CLI: configurando variables de ambientes desde la terminal.Contexto Github, es uno de los repositorios más famosos del control de versiones GIT. Github cuenta con una herramienta CLI (Command Line Interface) que abre un abanico de posibilidades interesantes para la gestión de los repositorios. Recientemente,...Discuss·1 like·27 readsGitHub
Hamees Sayedhamees.hashnode.net·Apr 11, 2023How to build a CLI App to track IP Address in GoThe command-line interface, or the CLI, is a powerful tool for interacting with the computer. It allows us to quickly and easily run commands, manipulate files, and automate tasks. In this blog, we'll be building an IP Address tracker in Golang using...Discuss·68 readsGo Language
Elucian MoiseforProgramming Languagessagecode.hashnode.net·Apr 11, 2023Go: CLI & REPLCLI stands for Command Line Interface, which is a type of user interface that allows users to interact with a computer or a software application by typing commands into a terminal or command prompt. The CLI is a powerful tool that developers and syst...Discuss·2 likesGo Languagegolang
Vahid Alavithevahidal.hashnode.net·Apr 10, 2023Pun CLI: Unleashing Hilarious Wordplay with a Single CommandAre you tired of searching the internet for puns that make you laugh? Do you want to add some humor to your day-to-day terminal usage? Look no further, because pun-cli is here to help! Pun CLI is a command-line tool that generates a random pun for yo...DiscussPython
theArjunthearjun.hashnode.net·Apr 10, 2023Linux CommandsLinux is a free and open-source operating system that is often used on servers, supercomputers, embedded systems, and personal computers. One of the best things about Linux is that it has a powerful command-line interface that makes it easy and flexi...Discuss·29 readsLinux
Sony AKsonyarianto.hashnode.net·Apr 8, 2023Jogja, the project generator for web frameworksEvery web framework usually has its own CLI to generate project. Let say Next.js has npx create-next-app@latest or Vue.js has npm init vue@latest. Jogja makes create project easy for many web frameworks by using interactive menu. Screenshot It suppo...Discuss·10 likesJavaScript
techygrrrltechygrrrl.hashnode.net·Mar 29, 2023Building a cross-platform TUI CLI app in GoI built a cross-platform TUI CLI app in Go. It runs on macOS, Windows and Linux. The app is named timerrr and you can go install it today. What is a TUI CLI app? TUI stands for Terminal User Interface, which is exactly what it sounds like—a user inte...Discuss·10 likes·149 readsGo Language