| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Internal tools for building, maintaining, testing, and publishing VoltAgent packages.
We (primarily) use nx plugins for our tooling.
You can see a full list of the nx plugins (our primary interface for tooling) by running:
pnpm nx list coreYou can generate a new package by running:
pnpm nx generate core:package my-packageThis will create a new package (e.g. my-package) in the packages directory.
| Back | FazBrowse Home | New Git URL |