1
0
forked from N0VA/kewt

dist: bpkg preparation

This commit is contained in:
2026-03-20 08:46:13 +01:00
parent de8cbefb8e
commit 55a515ccd5
3 changed files with 27 additions and 1 deletions

7
package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"name": "kewt",
"description": "A minimalist static site generator inspired by werc",
"global": "true",
"install": "make install",
"scripts": ["kewt"]
}