Best of CLI β€” April 2022

  1. 1
    Article
    Avatar of phProduct HuntΒ·4y

    github-pewpew - Pew pew needless GitHub repos! Clean up your repos via CLI

    This little CLI tool cleans up repositories quickly. You can choose multiple repositories and delete them blazing fast. It uses GitHub OAuth, and it's open-source. It's free to download and use, and you can use it with any of your existing GitHub accounts. The tool is available on GitHub for free.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCampΒ·4y

    Command Line for Beginners – How to Use the Terminal Like a Pro

    Command line (CLI) is the interface in which we enter commands for the computer to process. Console is the physical device that allows you to interact with the computer. Terminal is a text input and output environment. Shell is a program that acts as command-line interpreter.

  3. 3
    Article
    Avatar of hashnodeHashnodeΒ·4y

    How to build a faucet CLI using NodeJS πŸš€

    We are going to be BUIDLing a command-line interface that would act as a faucet and we would be also adding metamask authentication to it. We would create a basic website using Next.js which would have the connect with wallet button. After the user has authenticated themselves via Metamask on the website, they would be redirected to a page with route / callback. When redirected the page would also contain a query parameter that contains the user’s wallet address.