All Projects → minio → gluegun

minio / gluegun

Licence: Apache-2.0 license
Glues Github markdown docs to present a beautiful documentation site.

Programming Languages

CSS
56736 projects
HTML
75241 projects
ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Gluegun

Gluegun glues markdown files to generate a beautiful documentation site.

Pre-Requisite

A minimum version of ruby2.4 is required.

Installation

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`

Usage

    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.

Example

    gluegun generate https://github.com/gluegun/site.yml

Building Gluegun Gem

Build the gem using the command

gem build gluegun.gemspec

Install the gem

gem install gluegun

Run the gluegun CLI

./gluegun generate ./site.yml
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].