PURISTA: Build with rimraf, esbuild, Turbo & git-cliff

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

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. rimraf

    A `rm -rf` util for nodejs

    Huge thanks to Isaacs! Rimraf comes to the rescue, providing a reliable solution for deep, recursive removal of folders and files. At PURISTA, we rely on rimraf to maintain pristine build output directories.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. turbo

    Discontinued Build system optimized for JavaScript and TypeScript, written in Rust [Moved to: https://github.com/vercel/turborepo]

    PURISTA is organized in a monorepo. During the development and build process, Turbo is used to execute different tasks and steps on multiple packages with one command.

  4. esbuild

    An extremely fast bundler for the web

    esbuild - the rescue! No longer struggling with configs, file extensions or similar.

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

  • [Part 1] Build a CLI tool: Setup the tsonfig.json

    3 projects | dev.to | 3 Feb 2025
  • Node.js and esbuild: beware of mixing cjs and esm

    2 projects | dev.to | 13 Dec 2024
  • ESBuild package gone from NPM registry

    1 project | news.ycombinator.com | 8 Dec 2024
  • Building a Better Monorepo with TypeScript, Turborepo, or Nx

    1 project | dev.to | 11 Nov 2024
  • Optimising package size for Typescript AWS Lambda functions using serverless-esbuild

    1 project | dev.to | 18 Jul 2024