UNPKG

super-project-cli

Version:

CLI for creating project based on Super Project.

31 lines (20 loc) 538 B
# super-project-cli 用以建立、更新 *Super-Project* 项目的 CLI 工具。 A CLI for creating and updating *Super-Project* project. ## 安装 / Install ```sh npm install -g super-project-cli --or yarn global add super-project-cli ``` ## 使用 / Usage ### 建立新项目 / Create new project ```sh super init ``` ### 更新已有项目 / Update existing project 在已有的 *Super-Project* 目录中输入 Go to existing *Super-Project* project's directory and type ```sh super update ```