Rename project to Archivox

This commit is contained in:
thePR0M3TH3AN
2025-07-10 14:53:51 -04:00
parent a606479726
commit 785eda8cae
18 changed files with 41 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "docforge",
"name": "archivox",
"version": "1.0.0",
"description": "DocForge static site generator",
"description": "Archivox static site generator",
"scripts": {
"dev": "eleventy --serve",
"build": "node src/generator/index.js",
@@ -20,6 +20,6 @@
},
"license": "MIT",
"bin": {
"create-docforge": "./bin/create-docforge.js"
"create-archivox": "./bin/create-archivox.js"
}
}