show-markup

0.0.6 • Public • Published

show-markup

show markup file on browser at realtime

support Lightweight markup language

  • Markdown (*.md, *.markdown)
  • Textile (*.tt, *.textile)

Install

$ npm install -g show-markup

Usage

$ show-markup

open http://localhost:3000 on browser.
show file or directory list of 'current working directory'

ex.

here
|- aaa.markdown
|- bbb.textile
|- ccc.txt
`- ddd (directory)
    |- eee.md
    `- fff.tt

so,

http://localhost:3000 on browser

aaa.markdown
bbb.textile
ddd

http://localhost:3000/ddd on browser

eee.md
fff.tt

next, click file link. draw markup file as HTML.

edit markup file, display file as HTML.

License

Copyright (c) 2012, Ryota Kato (MIT License).

Readme

Keywords

none

Package Sidebar

Install

npm i show-markup

Weekly Downloads

0

Version

0.0.6

License

MIT

Last publish

Collaborators

  • ryotakato