Generate .epub
files from You Dont Know JS repository.
To generate the E-Books, you must install ruby
and pandoc
.
Clone this repository and run the convert.rb
script:
git clone https://github.com/hardpixel/ydkjs-epub
cd ydkjs-epub
ruby convert.rb
The script will create a books
folder with sub-folders 1st-ed
and 2nd-ed
.
The script is available as open source under the terms of the MIT License.