1
0

36 Commits

Author SHA1 Message Date
f9e2eb8a4e
refactor: reorganize package structure 2025-01-01 21:16:09 +01:00
d519ea19c0
docs: update LICENSE 2025-01-01 21:14:15 +01:00
77d753fee6
docs: update README.md 2025-01-01 05:08:01 +01:00
9cb457c70f
feat!: rebuild entire cli and reorganize packages 2025-01-01 05:08:00 +01:00
065606ee33
feat!: make license case sensitive again (35181db)
BREAKING CHANGE: This feature causes errors for licenses
such as BSD-3-Clause, where 'Clause' is case sensitive.
2025-01-01 05:07:55 +01:00
39bd97487b
style: edit error messages to start with lowercase 2024-12-29 05:51:16 +01:00
00f514de4a
refactor: split project into multiple files 2024-12-29 05:49:26 +01:00
520a4a7a8f
refactor: upgrade/rewrite almost whole source code 2024-12-29 05:33:32 +01:00
3f1bd5f010
feat: add notice about requirement of SPDX ID 2024-12-29 03:04:53 +01:00
b00bbe8ffb
feat: add notice about reading from Git config 2024-12-28 21:16:00 +01:00
f61dd691a6
refactor: simplify errors 2024-12-28 21:11:35 +01:00
80d32c4c2d
style: rename some identifiers 2024-12-28 20:56:07 +01:00
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