@geom_team/cli

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @geom_team/cli

Weekly Downloads

5

Version

1.0.0

License

none

Unpacked Size

23 kB

Total Files

13

Last publish

Collaborators

  • lcmomo
  • thebeard
  • jhsz_npm