Installation
Global Installation
You can install the CLI globally to use it in any project:
npm install -g @motion-core/cliOnce installed globally, you can invoke the CLI directly using the motion-core command:
Usage without installation
You can also run the CLI directly using npx, bunx, or pnpm dlx without installation:
npx @motion-core/cli initConfiguration
The motion-core.json file allows you to customize where components and utilities are installed.