automatically generate an express server and command line interface frontend from Sequelize models for Postgres in Windows
npm run ./server/add-table --name accounts --attributes name:string,account_number:string,description:string,balance:integer
Note:
- cli requires ./server/index.js to be running
- postgres config in ./server/config/config.json