@logo-software/doc-prsr

This package is an extended version of Akveo doc-prsr, for Typescript. It contains interface, type, and other declarations for objects and methods.

Usage no npm install needed!

<script type="module">
  import logoSoftwareDocPrsr from 'https://cdn.skypack.dev/@logo-software/doc-prsr';
</script>

README

This package is an extended version of Akveo doc-prsr, for Typescript. It contains interface, type, and other declarations for objects and methods.

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