Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 874 Bytes

File metadata and controls

54 lines (47 loc) · 874 Bytes

This is our construct.

Construct

Install For Global

npm install -g baseconstruct@latest

Create project

construct create --name project_name
  • Other project helpfull commands

Migration database

construct db:migrate

Seed database

construct db:seed

Reset database

construct db:reset

Create module

construct create:module --directory directory_name --database database_name --modulename modulename

Delete module

construct delete:module --directory directory_name

Add package

construct add:package

Install package

construct install:package

Update package

construct update:package

Create tools

construct create:tools