0.3.5 • Published 9 years ago

dam v0.3.5

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

dam(1)

Port of mad to node. Man for markdown.

Install

$ npm install -g dam

Usage

Read from stdin

$ cat README.md | dam

Pass file as argument

$ dam README.md

Pass a package name

$ dam npm

Skip the pager, pipe to stdout

$ dam --no-pager npm

When passing a package name, it will search the following:

  • /node_modules//
  • /usr/local/lib/node_modules//

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

Example

Example

Credits

TODO

  • Fix nested list indentation
  • Support color configuration
  • Possibly render images to terminal (Not sure if less would support such a thing?)
  • Add path configuration

Author

Evan Lucas

License

MIT (See LICENSE for more info)

0.3.5

9 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago