smeago

command module
v0.0.0-...-da67eab Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 30, 2017 License: MIT Imports: 7 Imported by: 0

README

smeago

A Golang tool to generate sitemap xml for Server Side Rendering apps.

all text

Install

go get github.com/dbalduini/smeago

Example usage

smeago -p 3000 -o "public/" -loc "http://example.com"
Params
-h the host name to crawl
   default: http://localhost
-p the host port to crawl
   default: 8080
-loc the host to be prefixed with the paths in the sitemap
   default: http://localhost
   example: -loc http://example.com
   <url>
    <loc>
      http://example.com/foo/bar
    </loc>
   </url>
-o the relative output directory for the sitemap.xml file
   default: <current directory>

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL