Gathering detailed insights and metrics for sequelize-esm-cli
Gathering detailed insights and metrics for sequelize-esm-cli
Gathering detailed insights and metrics for sequelize-esm-cli
Gathering detailed insights and metrics for sequelize-esm-cli
npm install sequelize-esm-cli
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (99.75%)
TypeScript (0.17%)
Shell (0.07%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
2,560 Stars
1,070 Commits
530 Forks
36 Watchers
15 Branches
102 Contributors
Updated on Jul 09, 2025
Latest Version
6.3.0
Package Id
sequelize-esm-cli@6.3.0
Unpacked Size
66.62 kB
Size
15.98 kB
File Count
36
NPM Version
9.6.3
Node Version
18.14.2
Published on
Apr 13, 2023
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
The Sequelize Command Line Interface (CLI)
Make sure you have Sequelize installed. Then install the Sequelize CLI to be used in your project with
1npm install --save-dev sequelize-cli
And then you should be able to run the CLI with
1npx sequelize --help
1Sequelize CLI [Node: 10.21.0, CLI: 6.0.0, ORM: 6.1.0] 2 3sequelize <command> 4 5Commands: 6 sequelize db:migrate Run pending migrations 7 sequelize db:migrate:schema:timestamps:add Update migration table to have timestamps 8 sequelize db:migrate:status List the status of all migrations 9 sequelize db:migrate:undo Reverts a migration 10 sequelize db:migrate:undo:all Revert all migrations ran 11 sequelize db:seed Run specified seeder 12 sequelize db:seed:undo Deletes data from the database 13 sequelize db:seed:all Run every seeder 14 sequelize db:seed:undo:all Deletes data from the database 15 sequelize db:create Create database specified by configuration 16 sequelize db:drop Drop database specified by configuration 17 sequelize init Initializes project 18 sequelize init:config Initializes configuration 19 sequelize init:migrations Initializes migrations 20 sequelize init:models Initializes models 21 sequelize init:seeders Initializes seeders 22 sequelize migration:generate Generates a new migration file [aliases: migration:create] 23 sequelize model:generate Generates a model and its migration [aliases: model:create] 24 sequelize seed:generate Generates a new seed file [aliases: seed:create] 25 26Options: 27 --version Show version number [boolean] 28 --help Show help [boolean] 29 30Please specify a command
All contributions are accepted as a PR.
Please read the contributing guidelines.
No vulnerabilities found.
Reason
all changesets reviewed
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
10 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 9
Reason
SAST tool detected but not run on all commits
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
11 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More