A cli to init project with coco-template.
npm install @coco-platform/initA tool to init project from coco templates https://github.com/coco-template.
``shell`npm
npm install -g @coco-platform/init;yarn
yarn add global @coco-platform/init;
`
Usage: coco-init [options]
Options:
-V, --version output the version number
-k, --no-npm skip install node package
-g, --no-git skip git init operation
-w, --no-welcome skip output usage info
-h, --help output usage information
``
MIT