Skip to content

Nevon/gogel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gogel

Build Status

The little browser engine that couldn't. A toy project for learning Go.

$ go run main/main.go --help
    NAME:
        gogel - Parse an HTML document

USAGE:
    gogel [global options] command [command options] [arguments...]

VERSION:
    0.0.1

COMMANDS:
    help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
    --html           path to HTML file to parse
    --help, -h           show help
    --generate-bash-completion
    --version, -v        print the version

$ go run main/main.go --html example/html/test.html
    html
      body
        h1
          Hello friends
        div
          p
            This is a paragraph
          p
            Followed by another paragraph.

About

The little browser engine that couldn't

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages