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.
- Host: GitHub
- URL: https://github.com/coco-platform/init-cli
- Owner: coco-platform
- Created: 2018-05-16T07:27:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T03:43:18.000Z (over 1 year ago)
- Last Synced: 2025-01-21T09:55:18.418Z (over 1 year ago)
- Language: JavaScript
- Size: 931 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
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