Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 383 Bytes

fx-utils

WIP development tools when working with the cfx platform.

fxdoc

Generate markdown documentation and types for CitizenExports.

Arguments

  • --dir
    • Sets the path for input files. (default: ./src)
  • --out
    • Sets the output path for generated files. (default: ./fxdoc)
  • --tsconfig
    • Sets the tsconfig for use when compiling. (default ./tsconfig.json)