Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyyjs/ctm-cli
đŸ‘½generator project from template
https://github.com/cyyjs/ctm-cli
electron vuejs
Last synced: 6 days ago
JSON representation
đŸ‘½generator project from template
- Host: GitHub
- URL: https://github.com/cyyjs/ctm-cli
- Owner: cyyjs
- License: mit
- Created: 2018-08-09T09:04:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T23:40:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T01:48:04.936Z (about 1 month ago)
- Topics: electron, vuejs
- Language: JavaScript
- Homepage:
- Size: 538 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ctm-cli
generator template for [cyytemplate](https://github.com/cyytemplate)
[![npm version][npm-image]][npm-url]
[![npm license][license-image]][mit][mit]: LICENSE
[npm-image]: https://img.shields.io/npm/v/ctm-cli
[npm-url]: https://www.npmjs.com/package/ctm-cli
[license-image]: https://img.shields.io/npm/l/ctm-cli.svg## Installation
```bash
yarn global add ctm-cli
# or
npm i -g ctm-cli
```## Documentation
```
_____ _______ __ __ _____ _ _____
/ ____|__ __| \/ | / ____| | |_ _|
| | | | | \ / |______| | | | | |
| | | | | |\/| |______| | | | | |
| |____ | | | | | | | |____| |____ _| |_
\_____| |_| |_| |_| \_____|______|_____|
Usage:Options:
-v, --version output the version number
-h, --help output usage informationCommands:
create [template] [projectName] generate a new project from template
```