A package for writing scripts on JavaScript instead of Bash

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

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

    A tool for writing better scripts

  • lerna

    :dragon: Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository.

  • monorepo is more like a "repo of repos". Like any tool or pattern, it has its is benefits and its drawbacks. Code sharing is one advantage. Another is centralized enforcement of patterns, practices and testing strategies. The downsides are pretty obvious. You end up with a lot of code in one place. There are a few of tools (eg Nx and Lerna) that make dealing with monorepos less painful.

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

    Smart Monorepos ยท Fast CI

  • monorepo is more like a "repo of repos". Like any tool or pattern, it has its is benefits and its drawbacks. Code sharing is one advantage. Another is centralized enforcement of patterns, practices and testing strategies. The downsides are pretty obvious. You end up with a lot of code in one place. There are a few of tools (eg Nx and Lerna) that make dealing with monorepos less painful.

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

  • Outstanding Monorepo Tools

    4 projects | dev.to | 16 Feb 2023
  • How we reduced our nodejs monorepo build time by 70%

    4 projects | dev.to | 10 Jan 2022
  • Using API request between Next FE and Express BE

    2 projects | /r/reactjs | 6 Jan 2022
  • I'm working on multiple projects simultaneously and I reuse a lot of my JS functions and use Webpack to bundle them. When I update/add a function to the file in one project, I have to do them in the other projects as well to use the function. Is there any way I can improve this?

    3 projects | /r/learnjavascript | 21 Dec 2021
  • How do you manage TypeScript monorepos?

    2 projects | /r/typescript | 19 Oct 2021