No BS monorepo - Part 1

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

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

  • In this post join me as I build my own monorepo called “pedalboard” with a single package in it, using Yarn workspaces and Lerna. Since there is a lot to cover I decided to divide this post into 2 parts:

  • pedalboard

    A collection of packages to make you software sound better (by mbarzeev)

  • # Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## 1.0.1 (2021-12-09) ### Bug Fixes * Rephrase the lint error message ([3486b18](https://github.com/mbarzeev/pedalboard/commit/3486b1831b1891c01cb9a784253c8569ace3bc91))

  • 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

  • Why Lerna and not Nx?

  • jest

    Delightful JavaScript Testing.

  • Yes, of course it does not exist. Let’s create it in the package.json of that package. I am using Jest to test it so I first install Jest in that package:

  • ESLint

    Find and fix problems in your JavaScript code.

  • Running the tests, I find out that I’m missing yet another dependency - eslint itself. Let’s add that as well.

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

    InfluxDB 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

  • TypeScript Boilerplate

    6 projects | dev.to | 17 Sep 2023
  • Create a typescript utility library using Vite

    6 projects | dev.to | 14 Aug 2023
  • 6 Regrets I Have As a React Developer

    5 projects | dev.to | 30 May 2023
  • Outstanding Monorepo Tools

    4 projects | dev.to | 16 Feb 2023
  • 5 Node.js Tools to Learn in 2023

    5 projects | dev.to | 8 Feb 2023