Skip to content

bazzel/ember-guides-to-epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ember Guides to ePUB

Introduction

This Ruby script generates a single ePUB file for the Ember.js guides. I wrote this script so I can easily read the guides on my Amazon Kindle.

Requirements

External Deps

Installation

git clone git://github.com/bazzel/ember-guides-to-epub.git
cd ember-guides-to-epub
gem install bundler
bundle install

More Information

The script will merge all seperate guides from the Ember.js site into one single file. For this, the website repository will be cloned to a temporary folder. Therefore, you need to be connected to the internet.

The script uses guides.yml for merging the guides in the appropriate order.

Example Usage

bundle exec rake ember_guides_to_epub:generate

After you ran this rake task, can will find an updated ePUB in the output folder.

About

Generate one ePUB for the Ember.js guides

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages