An open API service indexing awesome lists of open source software.

https://github.com/zipcodecore/jsprepbook

source for ZCW JS Prep Book
https://github.com/zipcodecore/jsprepbook

Last synced: 6 months ago
JSON representation

source for ZCW JS Prep Book

Awesome Lists containing this project

README

          

# JSPrepBook
source for ZCW JavaScript Prep Book

this thing is NOT is Markdown, the source is in AsciiDoc.
Look at it, it's a better way of doing this for multi-file, multi-topic projects.

### install asciidoctor

----
sudo gem install asciidoctor-pdf --pre

asciidoctor-pdf -v
----
*Asciidoctor PDF* is a native PDF converter for AsciiDoc.

### producing the digital versions

As of April 2021 use `make all` to make the products.
Use `make index` to preview the JSPrepBook.
Use `make workbook` to preview the JSPrepWorkbook.

Notes on S3 on Ruit Oceano Nox.

### previously
to generate targets:
use `asciidoctor-pdf -D PDF index.adoc` to get index.pdf
use `/usr/local/bin/asciidoctor-epub3 -D EPUB index.adoc` to get EPUB/index.epub

to generate targets:
use `asciidoctor-pdf -D PDF workbook.adoc` to get index.pdf
use `/usr/local/bin/asciidoctor-epub3 -D EPUB workbook.adoc` to get EPUB/index.epub

remember https://javascript.info/ is a really good site.