@coco-platform/init

A cli to init project with coco-template.

Usage no npm install needed!

<script type="module">
  import cocoPlatformInit from 'https://cdn.skypack.dev/@coco-platform/init';
</script>

README

@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