@herb-tools/dev-tools 0.7.0

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.
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # Herb Dev Tools
2
+
3
+ **Package**: [`@herb-tools/dev-tools`](https://www.npmjs.com/package/@herb-tools/dev-tools)
4
+
5
+ ---
6
+
7
+ Development tools for visual debugging in HTML+ERB templates. Provides a browser-based interface for inspecting ERB expressions, template boundaries, and more debugging information.
8
+
9
+
10
+ ## Installation
11
+
12
+ ```bash
13
+ npm install @herb-tools/dev-tools
14
+
15
+ # or
16
+
17
+ yarn add @herb-tools/dev-tools
18
+ ```