My 2022 side project: @steggy/tty. Custom widgets and utilities for building terminal apps on top of NestJS. Looking for testers / feedback

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/typescript

Our great sponsors
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • Sonar - Write Clean JavaScript Code. Always.
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • InfluxDB - Access the most powerful time series database as a service
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
  • steggy

    Typescript focused automation driver for Home Assistant; Library collection for NestJS including bootstrapping, logging, configuration management, and terminal utilities.

    I've been promising myself I'd make a post about my side project all year, and just barely making that goal. Been building out a set of custom libraries on top of the NestJS direct injection tooling, and one of my favorite core libraries is @steggy/tty. It started off as a set of extensions and custom widgets on top of inquirer, but has since gone its own direction with rebuilt internals.

  • Inquirer.js

    A collection of common interactive command line user interfaces.

    I've been promising myself I'd make a post about my side project all year, and just barely making that goal. Been building out a set of custom libraries on top of the NestJS direct injection tooling, and one of my favorite core libraries is @steggy/tty. It started off as a set of extensions and custom widgets on top of inquirer, but has since gone its own direction with rebuilt internals.

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • blessed

    A high-level terminal interface library for node.js.

    Inquirer is still probably the library that is most similar, if you are looking for comparisons to existing tools. My goal was to create a set of tools that uses the terminal window for a single operation at a time. The UI providing as much contextual information as possible to the user to know what actions they can perform, and any relevant information. A bit like a "choose your adventure" via terminal app sort of thing. Explicitly trying to stay clear of full screen and dashboard type stuff, like what blessed provides.

  • abb-cli

    ABB CLI

  • quickscript

    An example repository, intended for forking, which has been already set up to work with steggy

  • Sonar

    Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts