# jun-cli **Repository Path**: zfxujun/jun-cli ## Basic Information - **Project Name**: jun-cli - **Description**: 自定义cli - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-05-22 - **Last Updated**: 2021-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # founder-cli #### 介绍 * 为公司搭建的一个自定义cli工具,需要在公司环境才能拉取`master`分支的模版 * 如有问题请联系作者`xujun_work@163.com` #### 安装教程 1. 安装包 ``` npm install founder-cli -g ``` 2. 启动 ``` founder-cli create myapp ``` ``` cd myapp ``` ``` npm run dev ``` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request