Skip to content

tsparticles/utils

Repository files navigation

tsParticles Utils Monorepo

Shared build and tooling utilities used across the tsParticles ecosystem.

Packages

Requirements

  • node (current active LTS recommended)
  • pnpm 10.x

Workspace Setup

pnpm install

Useful Commands

Run from repository root.

# build all packages
pnpm nx run-many -t build

# build all packages in CI mode
pnpm nx run-many -t build:ci

# build only affected projects
pnpm nx affected -t build

Release Flow

Versioning and publishing are managed with Nx Release using conventional commits.

# pre-release version bump
pnpm run version:alpha
pnpm run version:beta

# publish packages already versioned in package.json
pnpm run publish:alpha
pnpm run publish:beta

License

MIT

About

tsParticles Common Utils

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Contributors