Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 579 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 579 Bytes

You Dont Know JS EPUB

Generate .epub files from You Dont Know JS repository.

Requirements

To generate the E-Books, you must install ruby and pandoc.

Instructions

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.

License

The script is available as open source under the terms of the MIT License.