Project

mkbok

0.01
No release in over 3 years
Low commit activity in last 3 years
the ebook generate tools from markdown plain text
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.4.6
 Project Readme

‘mkbok` - make book using markdown¶ ↑

<img src=“https://secure.travis-ci.org/larrycai/mkbok.png” />

Author

Larry Cai (larry.caiyu@gmail.com)

Copyright

Copyright © 2012 by Larry Cai

License

Distributes under the Apache License 2.0, see LICENSE in the source distro

This application generate ebooks (.pdf,.epub,.mobi) from markdown plaintext files

Install¶ ↑

Install:

gem install mkbok

Usage¶ ↑

Create new project:

mkbok --generate sample # generate new book template based on kaiyuanbook
mkbok --build # needs pandoc,XeTex packages

For more help:

mkbok --help

Todo¶ ↑

Build over web

mkbok build --web http://mkbok.com/diy # it will zip file and upload to web
mkbok build --web http://mkbok.com/ --source http://github.com/larrycai/mkbok # generate pdf from github

Developing for ‘mkbok`¶ ↑

First, install bundler:

gem install bundler

Get the development dependencies

bundle install

Most of the code is in ‘mkbok.rb`.