Skip to content

braid-org/braidjs

Folders and files

NameName
Last commit message
Last commit date
Oct 2, 2024
Oct 2, 2024
May 6, 2024
Aug 2, 2024
Apr 28, 2024
Aug 9, 2021
May 16, 2024
May 18, 2024
Mar 18, 2021
Mar 22, 2021
Apr 24, 2021
Sep 12, 2023
Feb 15, 2024

Repository files navigation

The Braidjs Monorepo

By versioning our code together, it becomes easier to interoperate.

  • Each top-level folder is a project. Add yours!
  • Now you can make breaking changes (like a protocol change), without actually breaking anything—upgrade all the relevant code, across multiple projects, at once!

This is not my code. This is our code.

Projects

Add yours today!

Read more about braid at https://braid.org!

Faq

Q. Wait... can a single repo support multiple NPM packages?

  • A. Yep! Just create a package.json in your project's root folder, and then run npm publish from it.