Herb Analysis
Gem: herb-analysis
The Herb Analysis package builds template indexes and resolves render call sites and partials across a project.
This is the Ruby counterpart of the @herb-tools/analysis package.
[!NOTE] This gem is currently an empty placeholder. The implementation lands in a future release.
Installation
bundle add herb-analysis
Or install it directly:
gem install herb-analysis
Usage
require "herb/analysis"
Development
Run bin/setup to install dependencies, then rake test to run the tests. Run bin/console for an interactive prompt.
License
Herb is available as open source under the terms of the MIT License.