Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 852 Bytes

File metadata and controls

25 lines (17 loc) · 852 Bytes

LVBT package repository

A Turborepo workspace following the LVBT repository standard. It was created with:

npx create-turbo@latest --example https://github.com/LasVegasForTransit/repository-tooling/tree/main/examples/basic

Getting started

pnpm bootstrap   # install, wire git hooks, run preflight
pnpm check       # the same check CI runs

Then rename the root package and packages/example, and replace the scopes in .lvbt/commit-scopes.txt with this repository's boundaries.

Layout

  • apps/ for deployable applications and services
  • packages/ for libraries and tools; packages/example shows the shape of one

Lint, format, TypeScript, and test settings extend the @lasvegasfortransit/* packages from LasVegasForTransit/repository-tooling.