1.1.0 • Published 9 years ago
imdoc v1.1.0
imdoc
markdown documentation generator
Install
npm install -g imdocUsage
Basic
Generate HTML from markdown file(s):
imdoc file1.md file2.md ...imdoc generates HTML in the same path of corresponding markdown file path.
Code Example
imdoc supports generating bootstrap-flavored HTML/CSS/JS front end code examples. Run
imdoc example.mdin imdoc source folder to see how it works.
Watcher
File watcher on single markdown file is also supported:
imdoc watch file.mdChangelog
1.1.0:- Add watcher
- Add code example generator
- Update
Github2.csstheme
1.0.1:- Add basic markdown convert support
1.0.0:- Init repository.
License
MIT