"How do I... run this thing?"
-
- Scan a project's README and extract the commands you need to get it running. No more opening an editor and scrolling through docs to find the install, run, test and deploy steps.
-
-
- Try out the demo.
-Install
-Homebrew
-brew install grega/tap/hdi
-
+
+
+
+ "How do I... run this thing?"
+
+ Scan a project's README and extract the commands you need to get it
+ running. No more opening an editor and scrolling through docs to find
+ the install, run, test and
+ deploy steps.
+
+
+ Try out the demo.
+Install
+Homebrew
+brew install grega/tap/hdi
+
+ Manual
-curl -fsSL https://raw.githubusercontent.com/grega/hdi/main/hdi \
+
+ Manual
+
+ curl -fsSL https://raw.githubusercontent.com/grega/hdi/main/hdi \
-o ~/.local/bin/hdi && chmod +x ~/.local/bin/hdi
-
+
+
No dependencies, just Bash. Works on macOS and Linux.
-+ No dependencies, just Bash. Works on macOS and Linux. +
+ -Usage
-$ cd some-project
+
+ Usage
+ $ cd some-project
$ hdi
[hdi] some-project
@@ -79,91 +122,115 @@ Usage
npm run dev
↑↓ navigate ⇥ sections ⏎ execute c copy q quit
-
-
-
-
-
-
-