Best of CLI โ€” March 2022

  1. 1
    Article
    Avatar of hashnodeHashnodeยท4y

    ๐Ÿง‘โ€๐Ÿ’ป Building CLIs with React Ink

    React Ink is a library that lets you build command-line apps with React. It uses Yoga to build Flexbox layouts in the terminal, so most CSS-like props are available in Ink as well. In this post, weโ€™ll explore how Ink works by building a cool little CLI, that fetches info about Pokemon using PokeAPI!

  2. 2
    Article
    Avatar of hashnodeHashnodeยท4y

    Introducing Hyperdocs - The simplest way to build docs for your project.

    Hyperdocs is a documentation generating tool that fetches markdown files from a docs folder from GitHub, generates it on the server and sends it to the client. It also provides a blog for each project created so that you can make your new release announcements and other news there. It provides a feedback collection system that helps you gather feedback from your project.

  3. 3
    Article
    Avatar of lnLaravel Newsยท4y

    Visit is a Beautiful HTTP CLI Tool for Humans

    Think of it as cURL for humans. Visit is a CLI tool by Spatie to see an HTTP response in a beautiful way. It can filter for both HTML and JSON responses. You can even log in as a user when running the artisan visit command. We've only scratched the surface of all the features possible with visit.