neilzhu 44d9a51f8a first commit 1 month ago
..
bin 44d9a51f8a first commit 1 month ago
src 44d9a51f8a first commit 1 month ago
static 44d9a51f8a first commit 1 month ago
.eslintrc.cjs 44d9a51f8a first commit 1 month ago
.gitignore 44d9a51f8a first commit 1 month ago
.mocharc.jsonc 44d9a51f8a first commit 1 month ago
CHANGELOG.md 44d9a51f8a first commit 1 month ago
README.md 44d9a51f8a first commit 1 month ago
package.json 44d9a51f8a first commit 1 month ago
tsconfig.build.json 44d9a51f8a first commit 1 month ago
tsconfig.json 44d9a51f8a first commit 1 month ago

README.md

Sequelize logo

Sequelize

Installation

Using npm:

npm install @sequelize/cli

Or using yarn:

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/