@shuyun-ep-team/cli

### 安装 ``` $ npm install -g @shuyun-ep-team/cli ```

Usage no npm install needed!

<script type="module">
  import shuyunEpTeamCli from 'https://cdn.skypack.dev/@shuyun-ep-team/cli';
</script>

README

shuyun-cli

安装

$ npm install -g @shuyun-ep-team/cli

使用说明

创建实施端项目

$ shuyun-cli imple <name>

Example:

$ shuyun-cli imple enterprise-loktar-dashboard-fe

创建业务端项目

$ shuyun-cli app <name>

Example:

$ shuyun-cli app enterprise-dashboard-fe

创建实施端、业务端集合项目

$ shuyun-cli integ <name>

Example:

$ shuyun-cli integ enterprise-integration-dashboard-fe