0.2.1 • Published 11 years ago

walkthrough v0.2.1

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

DEPRECATED: This project has been archived, but may be re-opened if brought back up to speed.

Walkthrough

Walkthrough is a simple, command line, markdown server. A mashup of connect & markdown, any .markdown or .md files are processed and placed in a simple html wrapper for instant viewing.

Installation

npm install -g walkthrough

Usage

Starts walkthrough server from any directory you choose.

> walkthrough

You can also specify the port.

> walkthrough -p 9001

Once the server is running, just navigate to the markdown file you'd like to view in your browser. You can now edit your markdown files and refresh your browser just like an html page.