Skip to content

automatically generate an express server and command line interface frontend from Sequelize models

Notifications You must be signed in to change notification settings

evans-tim/auto-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

auto-cli

automatically generate an express server and command line interface frontend from Sequelize models for Postgres in Windows

Example Usage

npm run ./server/add-table --name accounts --attributes name:string,account_number:string,description:string,balance:integer

cli example

Note:

  • cli requires ./server/index.js to be running
  • postgres config in ./server/config/config.json

About

automatically generate an express server and command line interface frontend from Sequelize models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published