Bash vs Node

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
  • pkg

    Discontinued Package your Node.js project into an executable

  • You can also compile node scripts (including bundling the NPM packages you're using) into a binary with https://github.com/vercel/pkg ... so you don't even need to have Node installed on the target systems.

  • zx

    A tool for writing better scripts

  • Personally I seldom write bash scripts so when I do usually have to google how to do everything, and I usually have shellcheck in my editor to catch obvious bad practices. I write js much more often so I’ve used Shelljs to avoid such headaches, though it has its own set of conventions to wrap your head around. Zx looks neat too https://github.com/google/zx . If the scripts are going to be maintained by devs without node experience I’d stick with bash.

  • 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
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

  • Mastering Node.js CLI: Best Practices and Tips

    5 projects | dev.to | 6 Feb 2024
  • Building Reactive CLIs with Ink - React CLI library

    3 projects | dev.to | 3 Nov 2023
  • Is Node.js a good way to implement a CLI app with persistence?

    3 projects | /r/node | 2 Jun 2023
  • How do I export/distribute a Node.js command line application?

    2 projects | /r/node | 8 Mar 2023
  • From Ruby to Node: Overhauling Shopify’s CLI for a Better Developer Experience

    10 projects | news.ycombinator.com | 12 Jan 2023