An open API service indexing awesome lists of open source software.

https://github.com/coco-platform/init-cli

A cli to init project with coco-template.
https://github.com/coco-platform/init-cli

Last synced: about 1 year ago
JSON representation

A cli to init project with coco-template.

Awesome Lists containing this project

README

          

# @coco-platform/init

A tool to init project from coco templates https://github.com/coco-template.

## Usage

```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
-g, --no-proxy ignore *-proxy environment variables
-i, --no-install skip package install step
-h, --help output usage information
```

## License

MIT