Skip to content
/ map Public
forked from markelog/map

Simple site map generator, supports couple reporters, depth levels and etc

License

Notifications You must be signed in to change notification settings

kocmo/map

 
 

Repository files navigation

Generates map site

Simple site map generator, supports couple reporters, depth levels and etc

Install

go get github.com/kocmo/map

Usage

# Create map and output it to the terminal1
$ map http://example.com

# Create map and output map in yaml form
$ map http://example.com --reporter=yaml

# Pipe it
$ map http://example.com -r yaml > example.com.yaml

# Or use "out" flag to pipe (so you can see the spinner comparing with previous command :)
$ map http://example.com -r yaml --out=./example.com.yaml

# Define several domains
$ map http://example.com -r yaml --domains=example.net,examples.biz --out=./example.com.yaml

About

Simple site map generator, supports couple reporters, depth levels and etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%