An open API service indexing awesome lists of open source software.

https://github.com/theodesp/cookiecutter-go-library

A simple, opinionated Cookiecutter template for a Go Library.
https://github.com/theodesp/cookiecutter-go-library

cookiecutter-template golang library opinionated template-project

Last synced: 7 months ago
JSON representation

A simple, opinionated Cookiecutter template for a Go Library.

Awesome Lists containing this project

README

          

cookiecutter-go-library
=======================

A simple, opinionated Cookiecutter template for a Go Library.

Requirements
------------
Install `cookiecutter` command line: `pip install cookiecutter`

Usage
-----
Generate a new Cookiecutter template layout: `cookiecutter gh:theodesp/cookiecutter-go-library`

Features
-----
* CI with [Travis](https://travis-ci.org/) and [Appveyor](https://www.appveyor.com/)
* Code Coverage with [Codecov](https://codecov.io/)
* Testing with [Check](http://labix.org/gocheck)
* Simple Makefile
* Contributing Guide

License
-------
This project is licensed under the terms of the [MIT License](/LICENSE)