miniohq / gluegun

Glues Github markdown docs to present a beautiful documentation site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gluegun

Gluegun glues markdown files to generate a beautiful documentation site.

Prerequisite

A minimum version of ruby2.4 and node versions [6.x, 8.x, 9.x, 10.x] are supported.

Installation

Add this line to your application's Gemfile:

gem 'gluegun'

And then execute:

npm install
npm run compile
bundle

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

Run the gluegun CLI

./gluegun generate ./site.yml

About

Glues Github markdown docs to present a beautiful documentation site.

License:Apache License 2.0


Languages

Language:HTML 38.9%Language:SCSS 38.6%Language:Ruby 13.1%Language:JavaScript 9.2%Language:Shell 0.2%