akveo / doc-prsr

Simple parser to normalize typdoc and doc.js output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akveo Parser Documentation Tool

This tool helps us in creating incredible documentation for our projects!

Usage: prsr [options]

Options:

  • -h, --help output usage information
  • -V, --version output the version number
  • -g, --generator Generator:
  • -f, --framework Framework:
  • -i, --input Path to input file:
  • -o, --output Path to output file:

You have to specify:

  • generator (can be 2 types: typedoc, docjs)
  • framework (can be 2 types: angular, react)
  • pathes to input and output file (output file will be created)

For example:

prsr -g typedoc -f angular -i input.json -o output.json

About

Simple parser to normalize typdoc and doc.js output

License:MIT License


Languages

Language:TypeScript 100.0%Language:JavaScript 0.0%