Best of CLISeptember 2023

  1. 1
    Article
    Avatar of lnLaravel News·3y

    Run GitHub Actions Locally with Act

    Run GitHub Actions Locally with Act is a tool that reads your workflows and determines the actions that need to run. Act uses Docker to pull or build the necessary images that are defined in your workflow. It then uses the Docker API to run containers for each action based on the images provided.

  2. 2
    Article
    Avatar of wincmdWindows Command Line·3y

    Windows Terminal Preview 1.19 Release

    The Windows Terminal team is back with a new preview release! Windows Terminal Preview 1.19 introduces new features such as Broadcast Input, Web Search, the Suggestions UI and more! We are also updating Windows Terminal to version 1.18 which will include all of the features from this previous blog post.

  3. 3
    Article
    Avatar of hackernoonHacker Noon·3y

    Creating a CLI App with NestJS: A Quick and Easy Step-by-Step Guide

    NestJS has a built-in command-line toolkit that can be used to write DevOps scripts. To create a command, create a module that our command will live in. To get this command to display something, import the `cowsay` library.

  4. 4
    Article
    Avatar of denoDeno·3y

    Build a Cross-Platform CLI with Deno in 5 minutes

    Build a Cross-Platform CLI with Deno in 5 minutes. Build a basic CLI -.

  5. 5
    Article
    Avatar of hackernoonHacker Noon·3y

    Optimizing User Input With Nest-Commander: A Quick Guide

    The new and improved application will display the same message by default or any string that you pass in with the argument. The easiest way to add an option is to add a parser function for a parameter and add the decorator to it. If you’ve used the commander library before, this should look familiar.

  6. 6
    Article
    Avatar of pointerPointer·3y

    cofactoryai/textbase: ✨ Textbase is a simple framework for building AI chatbots. ✨

    Textbase is a framework for building chatbots using NLP and ML. Textbase will take care of the rest :) Since it is just Python you can use whatever models, libraries, vector databases and APIs you want. You can create a main.py file by yourself and add that path here.

  7. 7
    Article
    Avatar of rpythonReal Python·3y

    Generate Beautiful QR Codes With Python – Real Python

    Using Python to Generate a Basic QR Code, you’re going to create a black-and-white QR code that encodes some content. To enforce the creation of a full-size QR code, you should use the make() function. You’ll need to run the Python script from your command line.

  8. 8
    Article
    Avatar of communityCommunity Picks·3y

    I'm Re-Imagining the Command Line Interpreter