Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tadashi-aikawa/miroir-cli
CLI for Miroir
https://github.com/tadashi-aikawa/miroir-cli
Last synced: 25 days ago
JSON representation
CLI for Miroir
- Host: GitHub
- URL: https://github.com/tadashi-aikawa/miroir-cli
- Owner: tadashi-aikawa
- Created: 2018-08-01T11:22:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T12:26:35.000Z (over 5 years ago)
- Last Synced: 2024-06-20T14:24:16.837Z (5 months ago)
- Language: Go
- Size: 45.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Miroir CLI
==========![](https://img.shields.io/github/release/tadashi-aikawa/miroir-cli.svg)
CLI for Miroir. Not support for Windows.
Install
-------Download from release pages and unarchive.
* ex: `https://github.com/tadashi-aikawa/miroir-cli/releases/download/v0.4.0/miroir-0.4.0-x86_64-linux.tar.gz`
For developer
-------------### Release
#### Requirements
* make
* bash
* dep
* ghr#### Packaging and deploy
Confirm that your branch name equals release version, then...
```
$ make release
```You have to create PR and merge.
#### deploy
After you merged PR, then
```
$ make deploy version=x.y.z
```