Add a Script

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