You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
837816638@qq.com b02b851162
工商大学管理系统代码
5 years ago
..
node_modules 工商大学管理系统代码 5 years ago
src 工商大学管理系统代码 5 years ago
LICENSE 工商大学管理系统代码 5 years ago
README.md 工商大学管理系统代码 5 years ago
cli.js 工商大学管理系统代码 5 years ago
package.json 工商大学管理系统代码 5 years ago

README.md

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 区块的路径,可以用于只截图一个

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

i18n-remove

  • pro i18n-remove --write

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

fetch-blocks

  • pro fetch-blocks