node js typescript cli framework

This page summarizes the projects mentioned and recommended in the original post on /r/node

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • oclif

    CLI for generating, building, and releasing oclif CLIs. Built by Salesforce.

  • cli

  • For multi arg commands I’ve used yargs and commander to great success in the past although these days I just use my own as lack of object support in yargs has been a pita for a while for me https://github.com/LeeCheneler/cli/blob/master/packages/cli/README.md

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • yargs

    yargs the modern, pirate-themed successor to optimist.

  • I've built a few command line tools with yargs and I really like it. It provides a lot of flexibility and the documentation is pretty thorough.

  • furious-commander

    Testable and easily usable CLI framework

  • Here is an easy to use and testable TypeScript CLI framework, which is based on decorator usage, give it a try: https://github.com/nugaon/furious-commander

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

  • Using CLI Applications to Increase Efficiency in Work

    1 project | dev.to | 13 Mar 2024
  • Is there any alternative to an .exe to deploy node apps?

    1 project | /r/node | 4 Jul 2023
  • The Open CLI Framework

    1 project | news.ycombinator.com | 12 Jan 2023
  • Making command line commands with javascript

    2 projects | /r/learnjavascript | 20 Dec 2022
  • What’s a good programming language just for hobby use?

    1 project | /r/AskProgramming | 2 Jul 2022