awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Terminal Application Development · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesTerminal Application Development

Practices and tools for creating interactive command-line interfaces.

Distinguishing note: Focuses on the domain of building terminal apps.

Explore 1 awesome GitHub repository matching development tools & productivity · Terminal Application Development. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Terminal Application Development

Awesome Terminal Application Development GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • tj/commander.js

    tj/commander.js

    27,953View on GitHub↗

    Commander.js is a framework for building command-line interfaces and terminal applications. It functions as an argument parsing library and command lifecycle manager, transforming raw terminal input strings into structured, validated objects for use in executable scripts. The system utilizes a recursive command tree pattern, allowing developers to organize complex execution flows through nested subcommands. It features a declarative interface for defining command-line flags and arguments, which maps user input directly to internal state properties. To assist with usability, the framework auto

    Facilitates building interactive terminal applications with complex command hierarchies.

    JavaScript
    27,953View on GitHub↗