8000 GitHub - taylorham/Eloquent-JavaScript: The sources for the Eloquent JavaScript book
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

taylorham/Eloquent-JavaScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eloquent JavaScript

These are the sources used to build the second edition of Eloquent JavaScript (http://eloquentjavascript.net).

Feedback welcome, in the form of issues and pull requests.

Building

npm install --production
apt-get install asciidoc inkscape calibre
make html

For OSX, you can use port or brew to install the asciidoc package.

To build the PDF file:

apt-get install texlive texlive-xetex texlive-fonts-extra fonts-inconsolata
make book.pdf

To build the ePub book:

make book.epub

To build a mobi book from the epub book:

make book.mobi

About

The sources for the Eloquent JavaScript book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.0%
  • HTML 37.3%
  • TeX 12.0%
  • CSS 3.5%
  • Makefile 2.1%
  • Shell 0.1%
0