https://github.com/gitbookio/markdown-tools
A small CLI interface to kramed with lots of useful markdown tools (like go's "go fmt", lexing, rendering ...)
https://github.com/gitbookio/markdown-tools
Last synced: 3 months ago
JSON representation
A small CLI interface to kramed with lots of useful markdown tools (like go's "go fmt", lexing, rendering ...)
- Host: GitHub
- URL: https://github.com/gitbookio/markdown-tools
- Owner: GitbookIO
- Created: 2015-02-02T22:09:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T14:40:30.000Z (almost 11 years ago)
- Last Synced: 2025-04-15T01:22:53.333Z (9 months ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# markdown-tools
A small CLI interface to kramed with lots of useful markdown tools (like go's "go fmt", lexing, rendering ...)
## Install
```
npm install -g markdown-tools
```
### Commands
```
❯ markdown-tools --help
Usage: markdown-tools [options] [command]
Commands:
fmt Like "go fmt" but for markdown. Removes inconsistencies in your markdown code
lex Outputs the lex tree as JSON
render Render's your markdown to html
Options:
-h, --help output usage information
-V, --version output the version number
```