npm install -g baseconstruct@latest
construct create --name project_name
- Other project helpfull commands
construct db:migrate
construct db:seed
construct db:reset
construct create:module --directory directory_name --database database_name --modulename modulename
construct delete:module --directory directory_name
construct add:package
construct install:package
construct update:package
construct create:tools