Skip to content

Bight-ts/create-bight

Repository files navigation

Bight.ts Tooling

This repository owns the public tooling surfaces for Bight.ts outside the runtime itself.

What This Repo Owns

  • packages/create-bight, which publishes the create-bight scaffolding CLI
  • packages/docs, which builds and deploys the public docs site
  • scripts/smoke-cli.mjs, which validates scaffolded apps against published packages or local tarballs

Local Development

CI runs on Node 22 and pnpm@10.33.0.

pnpm install
pnpm lint
pnpm typecheck
pnpm test
pnpm build
pnpm dev:cli
pnpm dev:docs
pnpm smoke:cli

Release Model

create-bight publishes manually through GitHub Actions after full validation:

  • lint
  • typecheck
  • test
  • build
  • smoke
  • pack artifact upload
  • npm publish with provenance

The docs site deploys automatically to GitHub Pages on merges to main.

Docs Site

Contributing

Contributions are welcome! Please read the contributing guidelines before submitting a pull request.

About

Public ands and CLI tool for initializing a Bight project

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors