feat: 1995

This commit is contained in:
Dan Finch 2026-08-04 02:09:54 +02:00
commit fb89263930
69 changed files with 3359 additions and 0 deletions

19
regime.config.json Normal file
View file

@ -0,0 +1,19 @@
{
"sources": {
"sigitex": "/sig/templates"
},
"templates": [
"sigitex:project/package",
"sigitex:project/library",
"sigitex:project/workspace",
"sigitex:tool/oxc",
"sigitex:tool/commitlint",
"sigitex:tool/husky",
"sigitex:tool/vibes"
],
"vars": {
"repo": "meat",
"copyright": "Sigitex",
"license": "MIT"
}
}