Project

streamd

0.0
No release in over 3 years
Render markdown is stream
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 0.2.2
~> 0.1.1
 Project Readme

Streamd

Render markdown in stream

Installation

bundle add streamd

If bundler is not being used to manage dependencies, install the gem by executing:

gem install streamd

Usage

markdown_stream = File.foreach('/path/to/file.md')
Streamd.print(markdown_stream)

Development

Follow your heart.

License

The gem is available as open source under the terms of the MIT License.