Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 495 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 495 Bytes

My Code Style Monorepo

Usage

See create-configs for usage information.

Contributing

Authoring a new release

  1. Author your code changes.
  2. Commit your changes.
  3. Run scripts/bump.ts to bump all package versions.
  4. Push your changes!

Updating dependencies across workspaces / packages

  1. Run scripts/upgrade-packages.sh --help to see usage information about upgrading packages.