New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

baseconstruct

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baseconstruct

Basecode cli will create construct project and create modules.

latest
Source
npmnpm
Version
1.0.97
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 28 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts