Skip to content

shindomeeee/review-scaffold

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Re:VIEW Scaffold

Scaffold Boilerplate for Re:VIEW and docker-review.

Requirements

  • docker

Setup

$ 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"
  • 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/lint for check textlint.

EditorSetting

About

review scaffold boilerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.0%
  • C++ 14.5%
  • Shell 14.4%
  • Ruby 14.3%
  • TeX 9.5%
  • Batchfile 4.3%