1.2.1 • Published 4 years ago

@irim/cli v1.2.1

Weekly downloads
7
License
BSD-3-Clause
Repository
github
Last release
4 years ago

IRIM TOOLKIT CLI

version license downloads

快速使用

安装

$ npm install -g @irim/cli

初始化项目

# 默认的项目初始化方法,需要二次选择官方包(也有选择输入自定义包路径: CDN zip 包、npm 包、git 地址)
$ irim init

# 跳过版本检查(如果网络卡在版本检查中,可加上此项)
$ irim init --no-check

# 指定初始化官方包
$ irim init pc

# 指定模板 git 仓库
$ irim init -g git@github.com:xxx/xxx.git

CHANGELOG

  • 1.2.0: 引用 @irim/bin-tool
  • 1.1.0: 使用 Typescript 重构

LICENSE

BSD-3-Clause License

Contact Us