Add plugin installation script and documentation

The new `install-plugin` script automates plugin installation to Obsidian vaults
with support for both vault paths and direct plugin directory targets. It
includes options for skipping builds and dry runs.

Documentation in IMPLEMENTATION.md now includes usage examples for the new
installation method alongside the existing manual installation instructions.
This commit is contained in:
2026-05-31 17:17:51 +02:00
parent ff21ec921a
commit 2f14e8c1fa
3 changed files with 140 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
"scripts": {
"build": "node esbuild.config.mjs",
"dev": "node esbuild.config.mjs --watch",
"install-plugin": "node scripts/install.mjs",
"test": "node tests/run-tests.mjs"
},
"devDependencies": {