https://github.com/slok/daton
Daton
https://github.com/slok/daton
Last synced: 6 months ago
JSON representation
Daton
- Host: GitHub
- URL: https://github.com/slok/daton
- Owner: slok
- License: bsd-3-clause
- Created: 2015-07-07T17:24:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T16:03:42.000Z (about 10 years ago)
- Last Synced: 2025-02-16T07:55:47.341Z (8 months ago)
- Language: Go
- Homepage:
- Size: 586 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Daton
=====[](https://travis-ci.org/slok/daton)
[](https://coveralls.io/github/slok/daton?branch=master)Dev environment
----------------For the dev environment we use Docker and Makefile
### Makefile commands
$ make build_docker
$ make cmd ARGS="env"
$ make shell
$ make run
$ make stop
$ make rm
$ make test### Library management
If you update or add a new dependency you need to build docker image again
$ make build_docker
#### Add
$ make shell
$ go get package
$ godep save package#### Update
$ make shell
$ go get -u package
$ godep update packageLicensing
---------See [LICENSE](https://github.com/slok/daton/blob/master/LICENSE)