0
|
1 growsync
|
|
2 =======
|
|
3
|
|
4 [![Test Status](https://github.com/AnaTofuZ/growsync/workflows/test/badge.svg?branch=master)][actions]
|
|
5 [![Coverage Status](https://coveralls.io/repos/AnaTofuZ/growsync/badge.svg?branch=master)][coveralls]
|
|
6 [![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]
|
|
7 [![GoDoc](https://godoc.org/github.com/AnaTofuZ/growsync?status.svg)][godoc]
|
|
8
|
|
9 [actions]: https://github.com/AnaTofuZ/growsync/actions?workflow=test
|
|
10 [coveralls]: https://coveralls.io/r/AnaTofuZ/growsync?branch=master
|
|
11 [license]: https://github.com/AnaTofuZ/growsync/blob/master/LICENSE
|
|
12 [godoc]: https://godoc.org/github.com/AnaTofuZ/growsync
|
|
13
|
|
14 growsync short description
|
|
15
|
|
16 ## Synopsis
|
|
17
|
|
18 ```go
|
|
19 // simple usage here
|
|
20 ```
|
|
21
|
|
22 ## Description
|
|
23
|
|
24 ## Installation
|
|
25
|
|
26 ```console
|
|
27 % go get github.com/AnaTofuZ/growsync
|
|
28 ```
|
|
29
|
3
|
30 ## CONFFILE
|
|
31
|
|
32 `$HOME/.config/growsync/config.yaml`
|
|
33
|
|
34 ```yaml
|
|
35 growi_url: https://growi.cr.ie.u-ryukyu.ac.jp
|
|
36 user_name: AnaTofuZ
|
|
37 token: hogehoge
|
|
38 local_root: /Users/anatofuz/Documents/cr-growi
|
|
39 daily_path: /user/anatofuz/note
|
|
40 ```
|
|
41
|
0
|
42 ## Author
|
|
43
|
|
44 [AnaTofuZ](https://github.com/AnaTofuZ)
|