Add a Script
- Fork the repository
- Go to
registry/spells directory - Create a directory with name of your script, let's say your script is
date-checker, so you create a directory with this name - Inside
date-checker folder, create a file date-checker.sh and put script content in there - Inside
date-checker folder, create a file date-checker.json and put there metadata, such as name, title, version, etc. Sample JSON is here - Finally, create a commit and send a Pull Request
It's not an ideal solution, I am aware of that and apologies for inconvenience. It might change in the future!