Skip to content

divolgin/premkit-1

 
 

Repository files navigation

Premkit CircleCI Coverage Status

Setup

We use Docker for the official build environment. Docker is not required to run the binary, but to simplify the development and build enviroment, there are Dockerfiles to use if you want to build the binary.

Build the development container

$ make docker

Run the development environment

Start the container, build the execuatable, and run the service.

$ make shell
$ make build run

Run tests

Tests are automatically run in CircleCI after pushing. Tests can be run manually with

$ make shell
$ make test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.0%
  • Makefile 2.8%
  • Dockerfile 1.2%