5

Synopsis

se2jekyll.rb site post_id 

Example (https://puzzling.meta.stackexchange.com/a/3020):

$ se2jekyll.rb Meta.Puzzling 3020 > site_evaluations.md 

Republished at: http://jericson.github.io/2015/05/15/site_evaluations.html

Source

The project is hosted on GitHub:

https://github.com/jericson/se2jekyll.rb/blob/master/se2jekyll.rb

Dependencies

This is my very first Ruby program, so you have to have Ruby installed. I've included a Gemfile with required libraries, so you should be able to install all other dependencies with:

$ bundle install 

(If you haven't used Bundler before, you'll need to run gem install bundler first.)

1
  • 1
    Nice script. I think that at this stage of learning ruby, it is very helpful to post your code at codereview. You will learn a lot. Commented May 21, 2015 at 4:19

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.