Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 240 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 240 Bytes

Initialization

yarn install
npx qoq db:migrate

Run server

yarn start

Show help info

yarn h
# or
npx qoq -h

Create migration file

npx qoq migration:generate --name create-table-user