
## Installation
Using npm:
```sh
npm install @sequelize/cli
```
Or using yarn:
```sh
yarn add @sequelize/cli
```
## Usage
- If installed globally: `sequelize --help`
- If installed locally using `yarn`: `yarn sequelize --help`
- If installed locally using `npm`: `npx sequelize --help`
## Documentation
The documentation can be found at https://sequelize.org/docs/v7/cli/