Skip to content

Commit

Permalink
Add author's metadata in the templates
Browse files Browse the repository at this point in the history
  • Loading branch information
unnamedd committed Nov 5, 2020
1 parent 81bee3a commit 2640b7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/script-command.template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,10 @@
# @raycast.currentDirectoryPath ~
# @raycast.packageName Raycast Scripts
# @raycast.needsConfirmation false
# @raycast.description Write a nice and descriptive summary about your script command here
#
# Author information:
# @raycast.author Your name
# @raycast.authorURL An URL for one of your social medias

echo "Hello from My First Script"
6 changes: 6 additions & 0 deletions templates/script-command.template.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@
// @raycast.currentDirectoryPath ~
// @raycast.packageName Raycast Scripts
// @raycast.needsConfirmation false
// @raycast.description Write a nice and descriptive summary about your script command here
//
// Author information:
// @raycast.author Your name
// @raycast.authorURL An URL for one of your social medias


print("Hello from My First Script")

0 comments on commit 2640b7f

Please sign in to comment.