Project

reloadlive

0.0
No commit activity in last 3 years
No release in over 3 years
Reloadlive is a command line tool to easily preview your github-markup files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.8.9
~> 1.1.6
~> 0.5.0
~> 1.4.3
~> 1.5.1
 Project Readme

Reloadlive Gem Version Dependency Status Code Climate Bitdeli Badge

Reloadlive is a command line tool that renders your markup files in your browser without hitting the reload button.

You need only to save them. The last saved file will be rendered.

If the extension of the file is unknown, the content will be rendered in the browser without modification.

demo.gif

Markups

The following markups are supported. The dependencies listed are required if you wish to run the library.

Installation

$ gem install reloadlive

Usage

In the directory containings your files run:

$ reloadlive

and open http://localhost:4567 in your browser.

$ reloadlive --help

prints the help

Notes

  • Reloadlive can be used instead of gollum or jekyll --auto
  • Internal wiki links don't work yet (to be done).
  • The user cannot use his own layout (to be done).
  • The current layout is not responsive (to be fixed).

Links

Credits

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request