Skip to content

Latest commit

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Express GitHub Docs

Express Middleware for Generating Documentation from GitHub Repository.

Install

npm install express-github-docs

Usage

This is a simple usage example. It will serve files from docs directory.

varexpress=require('express');vardocs=require('express-github-docs');varapp=express();app.use('/docs',docs('docs',{'ghUser': 'miskun','ghRepo': 'express-github-docs','ghDir': 'docs'}));app.listen(3000);

About

Express Middleware for Generating Documentation from GitHub Repository

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages