gitemplate-doxdeprecated

Generate node module API markdown with dox

Usage no npm install needed!

<script type="module">
  import gitemplateDox from 'https://cdn.skypack.dev/gitemplate-dox';
</script>

README

gitemplate-dox

Generate node module API markdown with dox

Build Status

Example

cd /path/to/proj/root
gitemplate-dox \
  --input lib/gitemplate-dox/index.js \
  --output docs/GitemplateDox.md

Installation

NPM

npm install gitemplate-dox

API Documentation

GitemplateDox

License

MIT

Tests

npm test