@raycast/extract-tools-info
v0.0.6
Published
A CLI to extract the information of tools at build time
Downloads
253
Maintainers
Keywords
Readme
@raycast/extract-tools-info
A CLI to extract the information of tools at build time
Usage
$ 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
Dev
npm run dev