Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:14 +08:00
commit 1dc1d9ebee
4 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "license",
"description": "Commands to configure open source licenses for projects.",
"version": "0.2.0",
"author": {
"name": "Aotokitsuruya"
},
"commands": [
"./commands"
]
}