A CLI to extract the information of tools at build time
$ npm install -g @raycast/extract-tools-info
$ extract-tools-info --help
Extract tool information from tool source files
USAGE
$ extract-tools-info EXTENSION_PATH [-d] [-v]
ARGUMENTS
EXTENSION_PATH Path to the extension
FLAGS
-d, --dry Print the schemas instead of writing them to the package.json
-v, --verbose Print verbose output
DESCRIPTION
Extract tool information from tool source files
npm run dev