Skip to content

basecodeDev/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published