Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

How to develop ghi

Alex Chesters edited this page Oct 17, 2015 · 2 revisions

How to develop ghi

Developing ghi is quite straightforward thanks to mrake, a make-like build utility for Ruby.

  1. Checkout this repo

    git clone https://github.com/stephencelis/ghi.git
    
  2. Change into the directory and run the build command

    cd ghi/
    rake build
    

rake build grabs all of the files inside the lib/ and bin/ directories and merges them together into the standalone script

Clone this wiki locally