Raycast Toolkit helps you to generate documentation for all script commands on a predefined or customized path.
OVERVIEW: A tool to generate automatized documentation
USAGE: toolkit [--version] <subcommand>
OPTIONS:
-v, --version Print the version and exit
-h, --help Show help information.
SUBCOMMANDS:
generate-documentation Generate the documentation in JSON and Markdown format
See 'toolkit help <subcommand>' for detailed help.
The Toolkit runs on every push to master using this GitHub Action workflow. That workflow goes through the following process:
- Setup a version of Xcode
- Build the Toolkit using the Makefile located at the root of the repo
- Run
make gen-docs-and-commit
- Runs the integration shell script
- Commits the changes (if there are any)
- Pushes the changes to the master branch using the Raycast bot.
We would love to have your contribution! Check out our CONTRIBUTING.md file to get started.
This is a shared place and we're always looking for new Script Commands or other ways to improve Raycast. If you have anything cool to show, please send us a pull request. If we screwed something up, please report a bug. Join our Slack community to brainstorm ideas with like-minded folks.