1
0

32 Commits

Author SHA1 Message Date
33e0209339
style: edit error messages to start with lowercase 2024-12-29 05:51:16 +01:00
69285683cc
refactor: split project into multiple files 2024-12-29 05:49:26 +01:00
445cd215d4
refactor: upgrade/rewrite almost whole source code 2024-12-29 05:33:32 +01:00
b3595e1f6d
feat: add notice about requirement of SPDX ID 2024-12-29 03:04:53 +01:00
4295ff3a1d
feat: add notice about reading from Git config 2024-12-28 21:16:00 +01:00
b1aa863814
refactor: simplify errors 2024-12-28 21:11:35 +01:00
247fbf9ae1
style: rename some identifiers 2024-12-28 20:56:07 +01:00
0ba085bdb3
feat: handle new template format 2024-12-28 20:44:10 +01:00
6ac2b4910d
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
074d1f478a
docs: update LICENSE file 2024-12-28 17:27:28 +01:00
117fcc739f
fix(template): make copyright notices consistent 2024-12-28 17:20:27 +01:00
5e7794fff1
feat(template): add 0BSD license 2024-12-28 17:19:20 +01:00
3ef2d2b0fe
feat(template): add BSD-3-Clause license 2024-12-28 17:02:41 +01:00
3878963f19
feat(template): add BSD-2-Clause license 2024-12-28 17:02:33 +01:00
b40d168382
feat(template): add BSD-1-Clause license 2024-12-28 17:02:23 +01:00
ca4ec18f05
style: add additional spaces in templates 2024-12-28 02:27:18 +01:00
2caeaed46b
feat: make license flag case insensitive 2024-12-28 02:16:58 +01:00
05697da34a
docs: update README.md 2024-12-27 22:24:03 +01:00
87ba25f423
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
a3ffd024d3
docs: update README.md 2024-12-27 15:30:16 +01:00
1128140229
chore: add .gitignore file 2024-12-27 15:27:46 +01:00
8fdfa0dc05
ci: add release workflow 2024-12-27 14:52:22 +01:00
4b3fa3234f
ci: add .goreleaser.yaml file 2024-12-27 14:47:50 +01:00
a1731aaca5
ci: add build workflow 2024-12-27 06:32:50 +01:00
19f90d36b5
feat: embed templates in final binary 2024-12-27 06:12:12 +01:00
71b272dbc7
feat(template): add ISC license 2024-12-27 05:34:59 +01:00
9bcb382125
feat(template): add MIT license 2024-12-27 05:34:45 +01:00
62498a83c8
feat: add initial version 2024-12-27 05:34:15 +01:00
340be2fbb8
chore: initialize go module 2024-12-27 04:53:03 +01:00
a50be707fd
docs: add LICENSE file 2024-12-27 04:48:25 +01:00
63adea65be
docs: add README.md file 2024-12-27 04:47:24 +01:00
50df9b4a42
init 2024-12-27 03:50:54 +01:00