view README.md @ 14:1e21b0c29775

remove create page msg
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 17 Dec 2020 11:12:04 +0900
parents 3032e9f78e4b
children
line wrap: on
line source

growsync
=======

[![Test Status](https://github.com/AnaTofuZ/growsync/workflows/test/badge.svg?branch=master)][actions]
[![Coverage Status](https://coveralls.io/repos/AnaTofuZ/growsync/badge.svg?branch=master)][coveralls]
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)][license]
[![GoDoc](https://godoc.org/github.com/AnaTofuZ/growsync?status.svg)][godoc]

[actions]: https://github.com/AnaTofuZ/growsync/actions?workflow=test
[coveralls]: https://coveralls.io/r/AnaTofuZ/growsync?branch=master
[license]: https://github.com/AnaTofuZ/growsync/blob/master/LICENSE
[godoc]: https://godoc.org/github.com/AnaTofuZ/growsync

growsync short description

## Synopsis

```go
// simple usage here
```

## Description

## Installation

```console
% go get github.com/AnaTofuZ/growsync
```

## CONFFILE

`$HOME/.config/growsync/config.yaml`

```yaml
growi_url: https://growi.cr.ie.u-ryukyu.ac.jp
user_name: AnaTofuZ
token: hogehoge
local_root: /Users/anatofuz/Documents/cr-growi
daily_path: /user/anatofuz/note
```

## Author

[AnaTofuZ](https://github.com/AnaTofuZ)