Best of CLIFebruary 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    Warp! - A new way to use your command line

    Warp is a new command line interface for Unix-like OSes that offers features like IDE-like functionality, built-in AI, collaborative terminals, terminal workflows, and customizable themes.

  2. 2
    Article
    Avatar of devtoDEV·2y

    Increase your productivity with the Github CLI

    Increase productivity and quality of life when working with issues, pull requests, actions, and more using the Github CLI.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How To Use Node Version Manager In Your React Projects

    Learn how to use Node Version Manager (NVM) to manage multiple Node versions for your React projects. Understand the benefits of using microservice architecture for applications. Install NVM on Linux and Mac easily.

  4. 4
    Article
    Avatar of hnHacker News·2y

    pgs.sh

    A zero-install static site hosting service that provides TLS, CLI for project management, and support for pipeline and rollbacks.

  5. 5
    Article
    Avatar of communityCommunity Picks·2y

    Introduction – Kirimase

    Kirimase is a command-line tool for building full-stack Next.js apps faster. It provides a modular approach to installation and configuration of packages. The main commands in Kirimase are init, add, and generate. Kirimase was created to simplify the process of setting up applications and reduce the amount of boilerplate code.

  6. 6
    Article
    Avatar of communityCommunity Picks·2y

    Windows Meets Linux: Access Powerful Tools with Scoop & MSYS2

    Learn how to unlock Linux power on Windows using Scoop and MSYS2. Discover the benefits of Scoop over Chocolatey and how to install both Scoop and MSYS2.

  7. 7
    Article
    Avatar of rpythonReal Python·2y

    Create Conway's Game of Life With Python – Real Python

    Learn how to implement Conway's Game of Life algorithm in Python, create a 'curses' view for displaying the grid, and set up a Python project for installation and execution.

  8. 8
    Video
    Avatar of t3dotggTheo - t3․gg·2y

    Microsoft Added Sudo To Windows (And I Love It)

    Microsoft has added a 'sudo' command to Windows 11, which is widely used on Unix-based operating systems like Linux and Mac OS. This command allows developers to run programs with higher security privileges or as another user. It is seen as a positive development for the developer experience on Windows.