-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCITATION.cff
More file actions
31 lines (30 loc) · 1.13 KB
/
CITATION.cff
File metadata and controls
31 lines (30 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
cff-version: 1.2.0
message: "If you find go-template useful in your software or research, please cite this project using the following citation metadata. A citation helps support future development and encourages best practices in software reuse."
title: "go-template"
version: "1.3.2"
url: "https://github.com/mrz1836/go-template"
repository: "https://github.com/mrz1836/go-template"
repository-code: "https://github.com/mrz1836/go-template"
date-released: 2021-04-24
license: "Apache-2.0"
type: software
authors:
- family-names: "Z"
given-names: "Mr"
name: "mrz1836"
keywords:
- go
- go-module
- go-package
- golang
- starter-template
- boilerplate
- library-scaffold
- CI/CD
- GitHub Actions
- GoReleaser
- test-automation
- open-source
- mage
- mage-x
abstract: "go-template is a production-ready starter scaffold for Go libraries that bundles opinionated project structure, module management, and fully automated CI/CD workflows. It integrates GitHub Actions, GoReleaser, comprehensive testing and linting, and security scanning so maintainers can focus on writing code instead of setup and infrastructure."