An open API service indexing awesome lists of open source software.

https://github.com/overextended/fx-utils


https://github.com/overextended/fx-utils

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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`)