# watcherlab-cli **Repository Path**: chancele/watcherlab-cli ## Basic Information - **Project Name**: watcherlab-cli - **Description**: wacther-lab cli - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Cli for Ant Design Pro ## Install ```shell 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 ```bash DEBUG=pro-cli pro XXX ``` ### PowerShell ```powershell $env:DEBUG="pro-cli" pro xxx ``` ### CMD ```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