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
- Host: GitHub
- URL: https://github.com/zipcodecore/jsprepbook
- Owner: ZipCodeCore
- License: mit
- Created: 2020-07-24T08:41:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T18:18:55.000Z (over 2 years ago)
- Last Synced: 2025-04-09T09:16:23.187Z (9 months ago)
- Language: Makefile
- Size: 5.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.