Installation
The easiest way to install EventCatalog is to use the command line tool that helps you scaffold a skeleton EventCatalog. You can run this command anywhere in a new empty repository or within an existing repository, it will create a new directory containing the scaffolded files.
Requirements
- Node.js version >= 20.x.x or above (which can be checked by running
node -v
). You can use nvm for managing multiple Node versions on a single machine installed
Install
- Install (with a default catalog)
- Install (with empty catalog)
npx @eventcatalog/create-eventcatalog@latest my-catalog
npx @eventcatalog/create-eventcatalog@latest my-catalog --empty