@alita/pro-cli

2.1.6 • Public • Published

Cli for Ant Design Pro

Install

npm i @ant-design/pro-cli
# or
yarn add @ant-design/pro-cli

Commands

  • screenshot 对区块进行截图
  • i18n-remove 从项目中移除国际化
  • fetch-blocks 下载 pro 所有的官方区块

Options for the screenshot command

  • --path 区块的路径,可以用于只截图一个
  • --mobile 使用手机大小的屏幕进行截图

Options for the i18n-remove command

  • --locale 设置语言
  • --write 是否写入文件

debug

bash

DEBUG=pro-cli pro XXX

PowerShell

$env:DEBUG="pro-cli"
pro xxx

CMD

set DEBUG=pro-cli
pro xxx

Examples

pro

pro -h

screenshot

  • pro screenshot
  • pro screenshot --path DashboardWorkplace
  • pro screenshot --mobile

i18n-remove

  • pro i18n-remove --write

  • pro i18n-remove --locale en-US --write

fetch-blocks

  • pro fetch-blocks

Readme

Keywords

none

Package Sidebar

Install

npm i @alita/pro-cli

Weekly Downloads

1

Version

2.1.6

License

none

Unpacked Size

61 kB

Total Files

21

Last publish

Collaborators

  • pengyh
  • ashoka_j
  • hang1017
  • hammersjs
  • cjy0208
  • xiaohuoni