# @sanpjs/cmd-init

@sanpjs/cmd-init 是 San Pro 框架的文件生成命令。支持本地模板及远程github模板

sanp dev 命令的执行主体。

## 使用文档

```shell
$ sanp init my-template my-folder
```

请移步[]()

## 安装

```shell
$ npm install --save-dev @sanpjs/cmd-init
```


## 测试

执行命令

```bash
#执行 __tests__ 文件夹下所有测试文件
yarn test
```
