The idea behind this application is to offer an efficient way to transform the Elixir Lang guides into an EPUB document.
$ git clone https://github.com/milmazz/elixir_getting_started_guide_to_go
$ cd elixir_getting_started_guide_to_go
$ mix deps.get
$ mix escript.build
$ ./elixir_lang_guide path/to/elixir-lang.github.comIf you need more information about the command line options, please use the
./elixir_lang_guide --help:
-g,--guide- Guide that you want to convert, options:getting_started,metaormix_otp, default:getting_started-h,--help- Show help information-o,--output- Output directory for the EPUB document, default:doc-s,--scripts- List of custom JS files to include in the EPUB document-c,--styles- List of custom CSS files to include in the EPUB document-v,--version- Show version