@continuous-excellence/digger
Advanced tools
@@ -75,3 +75,3 @@ (function (_, kotlin_kotlin, kotlin_com_zegreatrob_tools_digger_core, kotlin_com_zegreatrob_tools_git_adapter, kotlin_clikt_clikt_mordant, kotlin_clikt_clikt, kotlin_com_zegreatrob_tools_cli_tools, kotlin_com_zegreatrob_tools_digger_json, kotlin_org_jetbrains_kotlinx_kotlinx_serialization_json, kotlin_clikt_clikt_mordant_markdown, kotlin_com_zegreatrob_tools_digger_guide, kotlin_org_jetbrains_kotlinx_kotlinx_serialization_core) { | ||
| function Versions() { | ||
| this.k39_1 = '3.0.6'; | ||
| this.k39_1 = '3.1.0'; | ||
| } | ||
@@ -78,0 +78,0 @@ var Versions_instance; |
+1
-1
| { | ||
| "name": "@continuous-excellence/digger", | ||
| "version": "3.0.6", | ||
| "version": "3.1.0", | ||
| "main": "kotlin/command-line-tools-digger-cli.js", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
+29
-2
@@ -10,5 +10,7 @@ # Digger CLI | ||
| ### NPM Installation (Recommended) | ||
| You can install the tool using any NPM-like system. | ||
| ### Local Example | ||
| #### Local Example | ||
@@ -21,3 +23,3 @@ ```bash | ||
| ### Global Example | ||
| #### Global Example | ||
@@ -30,2 +32,27 @@ ```bash | ||
| ### JVM Distribution (Alternative) | ||
| For environments without Node.js, a standalone JVM distribution is available. | ||
| #### Build from Source | ||
| ```bash | ||
| ./gradlew :command-line-tools:digger-cli:jvmDistZip | ||
| unzip command-line-tools/digger-cli/build/distributions/digger-cli-jvm.zip -d /path/to/install | ||
| ``` | ||
| #### Distribution Structure | ||
| The JVM distribution archive contains: | ||
| - `bin/digger` - Unix/Linux/macOS executable script | ||
| - `bin/digger.bat` - Windows executable script | ||
| - `lib/` - All required JVM dependencies | ||
| Add the `bin` directory to your PATH for easy access: | ||
| ```bash | ||
| export PATH="/path/to/digger-cli-jvm/bin:$PATH" | ||
| digger --version | ||
| ``` | ||
| ### Migration from `git-digger` | ||
@@ -32,0 +59,0 @@ |
Sorry, the diff of this file is too big to display
3594577
0.02%281
10.63%