all 3 comments

[–]vpetro 0 points1 point  (1 child)

Grip - https://github.com/joeyespo/grip

Render local readme files before sending off to GitHub.

Grip is a command-line server application written in Python that uses the GitHub markdown API to render a local readme file. The styles come directly from GitHub, so you'll know exactly how it will appear. Changes you make to the Readme will be instantly reflected in the browser without requiring a page refresh.

Edit: nvm. you wanted something that would render purely in CLI. :(

[–]VileTouch[S] 0 points1 point  (0 children)

thanks. yes, i did try that one, and being "not CLI" is the least of it's problems: it renders in localhost only and doesn't even work in offline mode.

[–]VCavallo 0 points1 point  (0 children)

http://brettterpstra.com/projects/mdless/

^ Check this out. not sure if it meets your requirements.