forked fromgetify/You-Dont-Know-JS
- Notifications
You must be signed in to change notification settings - Fork2
Kylie Simpson's book series "You d'ont know JS" as ePub Files
NotificationsYou must be signed in to change notification settings
tillg/You-Dont-Know-JS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a series of books diving deep into the core mechanisms of the JavaScript language. The first edition of the series is now complete. It is written by Kyle Simpson and published in source code in hisgithub repo. As I wanted to read it on the go, I added some scripts to createePub
books from it.
Up & Goingas ePub
Scope & Closuresas ePub
this & Object Prototypesas ePub
Types & Grammaras ePub
Async & Performanceas ePub
ES6 & Beyondas ePub
This copy of theoriginal Github repo has been modified: It contains scripts to build the books asepub
,PDF
andHTML
. To generate those books:
If you have not already done so, install:
git <http://git-scm.com/>
_make <http://www.gnu.org/software/make/>
_ (OS X users should install XCodeanddownload the command line tools <http://stackoverflow.com/questions/9329243/xcode-4-4-command-line-tools>
_.)pandoc <http://johnmacfarlane.net/pandoc>
_latex <http://www.latex-project.org/>
_ (OS X users should probablyinstallMacTex <http://tug.org/mactex/>
_.)
From the book directory (i.e.
./async & performance
), typemake
.This generates three versions of the book in abuild/
directory.