Skip to content

Commit 2640b7f

Browse files
committed
Add author's metadata in the templates
1 parent 81bee3a commit 2640b7f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

templates/script-command.template.sh

+5
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@
1515
# @raycast.currentDirectoryPath ~
1616
# @raycast.packageName Raycast Scripts
1717
# @raycast.needsConfirmation false
18+
# @raycast.description Write a nice and descriptive summary about your script command here
19+
#
20+
# Author information:
21+
# @raycast.author Your name
22+
# @raycast.authorURL An URL for one of your social medias
1823

1924
echo "Hello from My First Script"

templates/script-command.template.swift

+6
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@
1515
// @raycast.currentDirectoryPath ~
1616
// @raycast.packageName Raycast Scripts
1717
// @raycast.needsConfirmation false
18+
// @raycast.description Write a nice and descriptive summary about your script command here
19+
//
20+
// Author information:
21+
// @raycast.author Your name
22+
// @raycast.authorURL An URL for one of your social medias
23+
1824

1925
print("Hello from My First Script")

0 commit comments

Comments
 (0)