Skip to content
/ map Public

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

License

Notifications You must be signed in to change notification settings

markelog/map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map Build Status GoDoc Go Report Card

Generates map site

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

Install

go get github.com/markelog/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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages