Port of mad to node. Man for markdown.
$ npm install -g damRead from stdin
$ cat README.md | damPass file as argument
$ dam README.mdPass a package name
$ dam npmSkip the pager, pipe to stdout
$ dam --no-pager npmWhen passing a package name, it will search the following:
- pwd/node_modules/package/readme
- /usr/local/lib/node_modules/package/readme
If no readme is found, then it will show the first markdown file it finds. If no markdown files are found, then dam will exit
- TJ Holowaychuk for mad
- Domonic Tarr for default-pager
damuses a slightly modified version ofdefault-pager
- Fix nested list indentation
- Support color configuration
- Possibly render images to terminal (Not sure if less would support such a thing?)
- Add path configuration
Evan Lucas
MIT (See LICENSE for more info)
