mastra
v1.2.0
Published
cli for mastra
Readme
Mastra CLI

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.
It includes everything you need to go from early prototypes to production-ready applications. Mastra integrates with frontend and backend frameworks like React, Next.js, and Node, or you can deploy it anywhere as a standalone server. It's the easiest way to build, tune, and scale reliable AI products.
mastra is Mastra's CLI package and allows you to:
- Create a new project
- Spin up the Mastra dev server
- Build your Mastra project so that you can deploy it anywhere
Usage
After installing mastra globally you can use it anywhere.
npm i -g mastraIf you prefer to not install packages globally, you can use npx:
npx mastraCommands
Find all available commands in the CLI commands reference.
