Skip to content

mattdesl/dev-documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dev-documentation

A documentation-building server. Heavily inspired and partially copied from mattdesl's excellent budo project.

The core smarts are the documentation project, but this makes a workflow - a feedback loop of editing and previewing documentation - smooth and fast.

This will

  • run a server for you
  • automatically open http://localhost:8000/
  • automatically rebuild documentation when your code changes
  • automatically reload the page for you if you have LiveReload installed.

Installation

This packages the documentationjs project, so it is installable with one command. You'll need nodejs installed.

$ npm install -g dev-documentation

Usage

For a single file

$ dev-documentation index.js

Or just run it in a project directory

$ cd my-project/
$ dev-documentation

About

documentation development tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%