create-metrix
Version:
Generate a new Strapi application.
22 lines (14 loc) • 319 B
Markdown
# Create metrix
This package includes the `create-metrix` CLI to make the creation of a metrix project simpler.
## How to use
### Quick usage (recommended)
Using yarn create command
```sh
npm init metrix@latest
yarn create metrix@latest
pnpm create metrix@latest
```
Using npx
```sh
npx create-metrix@latest
```