https://github.com/abapgit/sotn_2019_q2
abapGit: State of the Nation 2019 Q2
https://github.com/abapgit/sotn_2019_q2
abapgit
Last synced: 4 days ago
JSON representation
abapGit: State of the Nation 2019 Q2
- Host: GitHub
- URL: https://github.com/abapgit/sotn_2019_q2
- Owner: abapGit
- Created: 2019-03-16T12:04:42.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T16:44:08.000Z (over 4 years ago)
- Last Synced: 2025-03-06T02:49:33.429Z (3 months ago)
- Topics: abapgit
- Language: HCL
- Homepage: https://abapgit.github.io/sotn_2019_q2/abapgit_2019_q2.pdf
- Size: 260 KB
- Stars: 2
- Watchers: 9
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abapGit: State of the Nation 2019 Q2
[PDF](https://abapgit.github.io/sotn_2019_q2/abapgit_2019_q2.pdf)
## Editing
Recommend using [vscode](https://code.visualstudio.com/) for editing## Compiling
Prerequsites,```
gem install asciidoctor-pdf --pre
gem install asciidoctor-diagram
gem install rouge
```Compiling,
```
asciidoctor-pdf -r asciidoctor-diagram -D build -a imagesdir=../build src/index.adoc
```Or you can make use of docker,
```bash
sudo docker run --rm -v $(pwd):/sotn -w /sotn asciidoctor/docker-asciidoctor bash ./action/entrypoint.sh
```