0.0.6 • Published 11 years ago

show-markup v0.0.6

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

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.

Test

  • using Travis CI

License

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

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago