Best of CLIMay 2023

  1. 1
    Article
    Avatar of denoDeno·3y

    Deno 1.34: deno compile supports npm packages

    Deno 1.34: Deno 2 is primarily focused on boosting compatibility with Node.js, enhancing the overall quality of life and developer experience, and establishing the foundation for future performance enhancements. The most significant updates in this release include three highly anticipated features. Glob support in and CLI flags Globs are now supported in the configuration file.

  2. 2
    Article
    Avatar of tilThis is Learning·3y

    GitHub Copilot X CLI is your new GIT assistant

    GitHub Copilot X CLI is your new GIT assistant. It comes with three aliases: Ask for a generic shell command. The suggested code is: g I'm happy so I run the command and... ( Wait, what?

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Using Copilot X: CLI to reorganize my blog

    The author shares their experience using Copilot X CLI to reorganize their blog's folder structure and discusses the use of AI tools for generating scripts.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    How the Raycast API and extensions work

    The Raycast API and extensions work under the hood. Raycast is a fully native iOS app and we treat extensions as first-class citizens. We wanted to create a community with collective creativity, where people could build cool and useful things that we wouldn’t even think of.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Docker Init: Initialize Dockerfiles and Compose files with a single CLI command

    The new command automates the creation of necessary Docker assets, such as Dockerfiles, Compose files, and files, based on the characteristics of the project. By executing the command, developers can quickly containerize their projects. To use, developers need to upgrade to the version 4.19.0 or later of Docker Desktop.

  6. 6
    Article
    Avatar of itnextITNEXT·3y

    Configuration Management in Go

    Viper is a powerful and highly configurable library for managing application configuration in Go. It allows engineers to work with multiple configuration sources, including files, environment variables, command-line flags, and remote key-value stores. Viper can also unmarshal the configuration data into a custom structure.