jasonm/guard-git-scribe


Guard::GitScribe automatically rebuilds your git-scribe ebooks

Language: Ruby


Guard support for git-scribe

  • Step 1: Have a great ebook idea

  • Step 2: ???

  • Step 3: Profit!

Kept awake on those long and lonesome nights, searching your soul for that Step 2? Well search no more, guard-git-scribe is here!

Use Guard (which is awesome) with git-scribe (extremely awesome) to write ebooks, and hit like six fewer keys every time you want to see your content in a browser.

Installation

Hanging out in your git-scribe ebook’s directory? Great, you’re good to go! Get your Gemfile dressed:

# Gemfile
source :rubygems
gem "git-scribe"
gem "guard"
gem "guard-git-scribe"

and ready for success:

$ bundle install

then get your Guardfile gussied up:

# Guardfile
guard 'git-scribe' do
  watch (%r{book/})
end

and hit the town!

$ bundle exec guard
Guard is now watching at '/Users/jason/sweet_sweet_ebook'
git-scribe is waiting for book changes...

I like to just rebuild the site target, so catch your sweet sweet prose in output/index.html. Do you use something else? Pull req me.

Project Statistics

Sourcerank 3
Repository Size 97.7 KB
Stars 14
Forks 3
Watchers 2
Open issues 0
Dependencies 0
Contributors 1
Tags 0
Created
Last updated
Last pushed

Top Contributors See all

Jason Morrison

Packages Referencing this Repo

guard-git-scribe
Guard::GitScribe automatically rebuilds your git-scribe ebooks
Latest release 0.0.3 - Updated - 14 stars

Interesting Forks See all

guard/guard-git-scribe
Guard::GitScribe automatically rebuilds your git-scribe ebooks
Ruby - Updated - 2 stars

Something wrong with this page? Make a suggestion

Last synced: 2018-08-14 17:13:58 UTC

Login to resync this repository