Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 967 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 967 Bytes

Links to Book

It's a sample tool with unique motive to use go-docker

I created this tool for learn how to work go-docker library and I used the pandoc docker image to convert web pages into an epub.

I highly recommend that you use better the pandoc tool instead of my library for this purpose.

Install

$ go get github.com/aperezg/linkstobook

How to use

A simple tool to convert web pages into epub

Usage:
  linkstobook [command]

Available Commands:
  convert     Convert output into a epub file
  help        Help about any command

Flags:
  -h, --help   help for linkstobook

Use "linkstobook [command] --help" for more information about a command.

ex

$ linkstobook convert --web https://blog.friendsofgo.tech/posts/crear-tu-primer-cli-en-go/,https://blog.friendsofgo.tech/posts/dockerizando-tu-aplicacion-en-go/