You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
By providing command line tool, we can ease the process of development
Some suggestion for the command line:
# create a new project
raptor new project_name
# start local server
raptor serve
# show all the routes
raptor route
# migrate database
raptor db:migrate
# database seeding
raptor db:seed
The text was updated successfully, but these errors were encountered:
By providing command line tool, we can ease the process of development
Some suggestion for the command line:
The text was updated successfully, but these errors were encountered: