graphgarden-0.2.0 is not a library.
GraphGarden CLI
CLI for GraphGarden — crawl a site and generate its protocol file.
Usage
# Build the graph from the default config (graphgarden.toml)
# Use a custom config file
Configuration
graphgarden.toml — at the project root.
= [
"https://bob.dev/",
"https://carol.dev/",
]
[]
= "https://alice.dev/"
= "Alice's Garden"
# description = "A blog about …"
# language = "en"
[]
= "./dist" # default
[]
= ["**/*.html"] # default
= ["admin/**"]
= ["header", "footer", "nav"] # CSS selectors to skip when extracting links
Development
Refer to CONTRIBUTING.md for development setup and workflow details.