Best of CLIJune 2022

  1. 1
    Article
    Avatar of prettierPrettier·4y

    Prettier 2.7: new --cache CLI option and TypeScript 4.7 syntax! · Prettier

    This release includes a new --cache CLI option. Enabling this option will use some attributes as cache keys and format files only if they have changed. We've also added support for TypeScript 4.7 syntax. If you enjoy Prettier and would like to support our work, consider sponsoring us directly via our OpenCollective.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    React + Ink CLI Tutorial – How to Build a Browser Command Line Application

    Ink is a JavaScript library that brings React to the command line. It allows you to use all the features of React including class-based components, lifecycle methods, functional components, hooks, and so on for building command-line tools. We'll also build an app that displays the live prices of a few selected cryptocurrencies and tokens.

  3. 3
    Article
    Avatar of phProduct Hunt·4y

    Secli - A CLI to store secrets locally

    Secli is a simple CLI written in rust that lets you store secrets locally and retrieve them as needed. They are meant for applications like - secretoperation --token=$(secli get token) Secli is free and open source. Use it to build your own applications.