Open
Description
After generating the project with js-templates-generator
the following folder is not found under the database
- seeders
- migrations
The only what to do this, one has to install Sequelize globally. In order to reduce the extra step for the installation, a script can be added to the package.json
file
"sequelize-init": "node_modules/.bin/sequelize init"
This can save the user extra installation.
Metadata
Metadata
Assignees
Labels
No labels