1.0.0 • Published 8 years ago

emu v1.0.0

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

emu.js

emu is a tiny documentation generator. It does the following:

  • Parses stdin JavaScript
  • Extract block comments with double asterisks
  • Extract line comments with triple forward slash
  • Trims out the prefixed whitespace
  • Prints the results to stdout

That's it.

Example

See the index.js file for an example of how emu generates its own README.md

Usage

emu < index.js > README.md

Now you can process the output with something like Pandoc.

1.0.0

8 years ago

0.0.2

11 years ago

0.0.1

12 years ago