Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karldoenitz/tiger
Commandline tool for Tigo framework. Developers can use this tool to create projection in commandline. Tigo框架的脚手架工具,用于命令行新建Tigo项目、查看Tigo版本等功能。
https://github.com/karldoenitz/tiger
Last synced: about 2 months ago
JSON representation
Commandline tool for Tigo framework. Developers can use this tool to create projection in commandline. Tigo框架的脚手架工具,用于命令行新建Tigo项目、查看Tigo版本等功能。
- Host: GitHub
- URL: https://github.com/karldoenitz/tiger
- Owner: karldoenitz
- License: mit
- Created: 2019-04-19T03:01:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T12:36:12.000Z (over 5 years ago)
- Last Synced: 2024-10-15T22:10:43.637Z (2 months ago)
- Language: Go
- Homepage: https://karldoenitz.github.io/Tigo/
- Size: 145 KB
- Stars: 41
- Watchers: 3
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Badge](https://img.shields.io/badge/link-Tigo-blue.svg)](https://karldoenitz.github.io/Tigo/)
[![Join the chat at https://gitter.im/karlooper/Tigo](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/karlooper/Tigo?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/karldoenitz/tiger.svg?branch=master)](https://travis-ci.org/karldoenitz/tiger)
# tiger([For English Documentation Click Here](https://github.com/karldoenitz/tiger/blob/master/README_EN.md))
Tigo框架的脚手架工具,用于命令行新建Tigo项目、查看Tigo版本等功能。
## 使用简介
安装:`go get github.com/karldoenitz/tiger`
如果你本地的Tigo版本小于1.0.6请删除本地Tigo后重新执行安装命令。
## 命令
```
tiger -i/--init {{projectionName}} 初始化项目
tiger -u/--update {{tiger|tigo}} 更新tiger或tigo
tiger -r/--run 运行项目
tiger -v/--version 查看版本号
tiger -h/--help 查看帮助
```