Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

xyoct-cli

xyoct1MIT0.0.2

npm i xyoct-cli -g

readme

1. 安装

npm i xyoct-cli -g

2. 新建

xyoct-cli init <my-project>

3. 运行

cd my-project
npm i
npm run dev