Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masawada/review-skel
https://github.com/masawada/review-skel
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/masawada/review-skel
- Owner: masawada
- Created: 2013-10-20T07:38:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-28T13:10:11.000Z (over 10 years ago)
- Last Synced: 2024-04-14T11:54:14.280Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# review-skel
Markdownで記事を書いてReVIEWを経由してPDF/epubに変換するためのスケルトンです。ReVIEWを経由することで標準でオライリー本っぽく仕上げることができます。
## Installation
$ git clone https://github.com/masawada/review-skel hoge
$ cd hoge
$ bundle install --path vendor/bundleReVIEWとかmd2reviewとかをbundlerでインストールするので、嫌な人は普通にgemでインストールしてください。
## edit metadata
$ editor config.yml
## edit articles
$ editor markdown/ch**.md
## Make PDF
$ rake publish:pdf
## Make ePub
$ rake publish:epub
## License
The MIT License (MIT)
Copyright (c) 2013 Masayoshi Wada [email protected]