Gluegun glues markdown files to generate a beautiful documentation site.
A minimum version of ruby2.4 is required.
Add this line to your application's Gemfile:
gem 'gluegun'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gluegun
Or in your script:
require `gluegun`
NAME:
gluegun - Glues github markdown files to a documentation site.
USAGE:
gluegun COMMAND [ARGUMENTS...]
COMMANDS:
generate Generate new docs site with an URL or file path.
gluegun generate https://github.com/gluegun/site.yml
Build the gem using the command
gem build gluegun.gemspec
Install the gem
gem install gluegun
Run the gluegun CLI
./gluegun generate ./site.yml