1
0

24 Commits

Author SHA1 Message Date
582aa6845c
feat: handle new template format 2024-12-28 20:44:10 +01:00
d97de3c7c5
feat(template): change format and add much more
Import templates from github/choosealicense.com.

See: https://github.com/github/choosealicense.com/tree/gh-pages/_licenses
2024-12-28 18:05:50 +01:00
36a32e271b
fix(template): make copyright notices consistent v0.2.1 2024-12-28 17:20:27 +01:00
e78732f7eb
feat(template): add 0BSD license v0.2.0 2024-12-28 17:19:20 +01:00
398fc6ea28
feat(template): add BSD-3-Clause license 2024-12-28 17:02:41 +01:00
78683dfe64
feat(template): add BSD-2-Clause license 2024-12-28 17:02:33 +01:00
8a4fca7b01
feat(template): add BSD-1-Clause license 2024-12-28 17:02:23 +01:00
e112881cfb
style: add additional spaces in templates 2024-12-28 02:27:18 +01:00
35181dbfe4
feat: make license flag case insensitive 2024-12-28 02:16:58 +01:00
2e5ea36fef
docs: update README.md v0.1.0 2024-12-27 22:24:03 +01:00
e0cc0f8c06
ci: drop support for gitea release workflow
Currently Gitea does not support (go-gitea/gitea#23642) equivalent of GITHUB_TOKEN variable and
tools such GoReleaser can't be easily adjusted to support both GitHub
and Gitea Actions. For Gitea is needed to use PAT what is associated
with security risk.
2024-12-27 21:18:14 +01:00
85dca0f0cb
docs: update README.md 2024-12-27 15:30:16 +01:00
c50a7b85a4
chore: add .gitignore file 2024-12-27 15:27:46 +01:00
a518dfff7a
ci: add release workflow 2024-12-27 14:52:22 +01:00
55170a510f
ci: add .goreleaser.yaml file 2024-12-27 14:47:50 +01:00
549f96b8ef
ci: add build workflow 2024-12-27 06:32:50 +01:00
cfb6db5460
feat: embed templates in final binary 2024-12-27 06:12:12 +01:00
9496baecb0
feat(template): add ISC license 2024-12-27 05:34:59 +01:00
966ce37180
feat(template): add MIT license 2024-12-27 05:34:45 +01:00
f65de951b0
feat: add initial version 2024-12-27 05:34:15 +01:00
dd5fef511e
chore: initialize go module 2024-12-27 04:53:03 +01:00
e8307cc4cd
docs: add LICENSE file 2024-12-27 04:48:25 +01:00
eef8fec21f
docs: add README.md file 2024-12-27 04:47:24 +01:00
113033a32d
init 2024-12-27 03:50:54 +01:00