https://github.com/hellodhlyn/gitdoc
Library for managing documents using Git.
https://github.com/hellodhlyn/gitdoc
git golang
Last synced: 2 months ago
JSON representation
Library for managing documents using Git.
- Host: GitHub
- URL: https://github.com/hellodhlyn/gitdoc
- Owner: hellodhlyn
- License: mit
- Created: 2019-01-03T13:28:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T12:33:56.000Z (over 7 years ago)
- Last Synced: 2025-12-18T17:55:14.651Z (6 months ago)
- Topics: git, golang
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/HelloDHLyn/gitdoc)
[](https://codecov.io/gh/HelloDHLyn/gitdoc)
[](#)
[](https://godoc.org/github.com/HelloDHLyn/gitdoc)
[](https://opensource.org/licenses/MIT)
# gitdoc
> Library for managing documents using Git.
## Getting Started
```sh
go get github.com/hellodhlyn/gitdoc
```
See [godoc](https://godoc.org/github.com/HelloDHLyn/gitdoc) for documentation.
## Development
### Prerequisites
- go 1.11+
### Test
```sh
# Install all dependencies.
go mod download
# Run test.
# Gitdoc directly accesses to file system. For running test, it requires permissions to access `$HOME/.gitdoc` directory.
make test
```