# @sanpjs/@sanpjs/cmd-start

@sanpjs/cmd-start 是 San Pro 框架的运行命令，其依赖 `sanp build` 后的产物

## 使用文档

```shell
$ sanp start
```

## 安装

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

## 测试

执行命令

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