template-monorepo

A quick and simple monorepo starter template (Bun, Next.js, Turbo)

Stars
5
template-monorepo - v0.2.0 Latest Release

Published by hamlim 5 months ago

  • Update hohoro to fix build issues
  • Update Biome config to not force const usage and no template strings
  • Update .swcrc config for TypeScript usage, and automatic JSX runtime
template-monorepo - v0.1.0

Published by hamlim 5 months ago

v0.1.0

  • Cleanup various dependencies across the repo - start to pin deps also
  • Adopt hohoro for incremental library builds
template-monorepo - v0.0.2

Published by hamlim 7 months ago

v0.0.2 - Workspace Generation

This release adds support for generating new workspaces (packages and applications) 🎉

template-monorepo - v0.0.1

Published by hamlim 7 months ago

v0.0.1

This is an initial "release" of this monorepo template, we've made some changes since first releasing this template.

Changes:

  • Switch from oxlint to BiomeJS as the preferred linter for libraries
  • Setup Github Actions for Code Quality checks
  • Setup Bun tests for libraries