0.0
No commit activity in last 3 years
No release in over 3 years
Create collections of Gists
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 3.0.0

Runtime

>= 0
>= 0
 Project Readme

gist_directory

Create and maintain collections of public gists in a local directory

Dependencies

In order to view files while you're editing them, you'll need gulp-octodown-livereload.

(The following assumes you have a ~/bin directory and that it's in your PATH)

gem install octodown
npm install -g gulp-octodown-livereload
cd ~/bin
ln -s /usr/local/lib/node_modules/gulp-octodown-livereload/bin/gulp-octodown-livereload

Usage

Create a gist called bacon.md in a directory called food under your home directory:

gist_directory create ~/food/bacon.md

Edit in your favourite editor (creating if necessary):

gist_directory edit ~/food/bacon.md

View compiled Markdown in your browser (with livereload):

gist_directory view ~/food/bacon.md