Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.33 KB

Re:VIEW Scaffold

Scaffold Boilerplate for Re:VIEW and docker-review.

Requirements

  • docker

Setup

$ git clone git@github.com: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"
  • If you use dropbox upload(master branch only)

HowToUse

Run commands at project root.

  • ./bin/pdf for create pdf.
    • creates dists/book.pdf
  • ./bin/epub for create epub.
    • creates dists/book.epub
  • ./bin/html for create html pages.
  • ./bin/review for check textlint.