Socket
Book a DemoInstallSign in
Socket

@geom_team/cli

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geom_team/cli

geometry命令行工具,

latest
npmnpm
Version
1.1.6
Version published
Weekly downloads
9
-10%
Maintainers
0
Weekly downloads
 
Created
Source

geometry命令行工具

集成geometry的一些自动化处理

安装

# use npm
npm install -g @geom_team/cli


# use yarn 
yarn global add @geom_team/cli

命令

library

创建发布angular library

init

初始化 一个名称为[name] 的 library

geometry library --init name

publish

发布[name]


# 发布到npm
geometry library --publish [name]


#发布到yalc进行调试(需要本地安装yalc  npm install -g yalc)
geometry library --publish [name] --to-yalc

app

构建angular app

build

读取并执行 ./scripts/build.sh 文件中的构建命令

  geometry app --build

publish

构建并发布[tag]版本

  geometry app --build --publish [tag]

archive

归档构建产物至【archive】

  geometry app --build --publish [tag] --archive [archive]

Keywords

geometry

FAQs

Package last updated on 27 Aug 2024

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