Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 799 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 799 Bytes

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