https://github.com/overextended/fx-utils
https://github.com/overextended/fx-utils
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/overextended/fx-utils
- Owner: overextended
- Archived: true
- Created: 2024-08-22T08:33:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T09:42:37.000Z (almost 2 years ago)
- Last Synced: 2025-06-27T13:40:36.502Z (12 months ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`)