This commit is contained in:
jb
2026-04-14 16:06:19 -03:00
commit c5621bcb49
10 changed files with 551 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "vitruvio-cli",
"version": "1.0.0",
"description": "CLI tooling for Vitruvio content repositories",
"bin": {
"vitruvio": "bin/vitruvio.js"
},
"scripts": {
"start": "node bin/vitruvio.js"
},
"dependencies": {
"commander": "^12.0.0",
"fs-extra": "^11.2.0"
}
}