@coco-platform/init
A tool to init project from coco templates https://github.com/coco-template.
Usage
# npm
npm install -g @coco-platform/init;
# yarn
yarn add global @coco-platform/init;
Usage: coco-init [options] <project> <template>
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
License
MIT