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

egova-front-cli

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egova-front-cli

egova front cli tool

latest
npmnpm
Version
0.0.9
Version published
Maintainers
3
Created
Source

egova-front-cli

egova front cli tool

install

pnpm add -g egova-front-cli

commands

create

create a new project

# egova-front-cli create [options] <project> [template]
egova-front-cli create project-name

component

create a component

# egova-front-cli component [options] <name> [folder]
egova-front-cli component component-name src/components

build

build web app

# egova-front-cli build [options]
egova-front-cli build --packages path/to/packages.json

# --install option, pnpm install all packages
egova-front-cli build --install --packages path/to/packages.json

# --download option, git clone all packages to temp folder
egova-front-cli build --download --install --packages path/to/packages.json

# --check option, using vue-tsc to check typescript in all packages
egova-front-cli build --download --install --check --packages path/to/packages.json

check

pnpm type-check all packages

# egova-front-cli check [options]
egova-front-cli check --packages path/to/packages.json

install

pnpm install all packages

# egova-front-cli install [options]
egova-front-cli install --packages path/to/packages.json

pull

git pull all packages

# egova-front-cli pull [options]
egova-front-cli pull --packages path/to/packages.json

Keywords

cli

FAQs

Package last updated on 19 Dec 2025

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