Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

⚒️ Tools

Internal tools for building, maintaining, testing, and publishing VoltAgent packages.

Getting Started

We (primarily) use nx plugins for our tooling.

nx plugins

You can see a full list of the nx plugins (our primary interface for tooling) by running:

pnpm nx list core

Generators

generate-package

You can generate a new package by running:

pnpm nx generate core:package my-package

This will create a new package (e.g. my-package) in the packages directory.