@hacksmith/doraval 0.2.16 → 0.2.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -0
  2. package/bin/doraval.js +368 -219
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -31,6 +31,7 @@ No runtime required. The binary is self-contained.
31
31
 
32
32
  ```bash
33
33
  npx @hacksmith/doraval validate . # run without installing
34
+ # if Bun is not installed: npm i -g bun
34
35
  npm install -g @hacksmith/doraval # or install globally
35
36
  ```
36
37