Scaffold Boilerplate for Re:VIEW and docker-review.
- docker
$ git clone [email protected]:kokuyouwind/review-scaffold.git
$ git remote rm origin
$ git remote add origin (your-repo-url)
option: You can use CircleCI for autobuild pdf and use textlint, reviewdog.
- Setup Your Project
- If you use reviewdog
- Set
REVIEWDOG_GITHUB_API_TOKEN
Environment Variable - Select "only PullRequest build"
- Set
- If you use dropbox upload(master branch only)
- create access token from Dropbox Developer
- Set
DROPBOX_TOKEN
Environment Variable
Run commands at project root.
./bin/pdf
for create pdf.- creates
dists/book.pdf
- creates
./bin/epub
for create epub.- creates
dists/book.epub
- creates
./bin/html
for create html pages.- creates
docs/*.html
- GitHub Pages Available
- set
master branch /docs folder
for GitHub Pages source - ex. https://kokuyouwind.github.io/review-scaffold/
- set
- creates
./bin/lint
for check textlint.
- Use: VSCode
- Extentions: yet another Re:VIEW extension
- GraphTool:
- gnuplot
- graphviz
- aafigure
- http://ftparmy.com/198478-aafigure.html
- ↑ python setup.py install
- blockdiag
- pip install blockdiag