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.
- Host: GitHub
- URL: https://github.com/theodesp/cookiecutter-go-library
- Owner: theodesp
- License: mit
- Created: 2018-01-01T13:28:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T09:40:39.000Z (over 7 years ago)
- Last Synced: 2025-02-02T16:56:37.870Z (8 months ago)
- Topics: cookiecutter-template, golang, library, opinionated, template-project
- Language: Makefile
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 GuideLicense
-------
This project is licensed under the terms of the [MIT License](/LICENSE)