Created
July 21, 2021 16:18
-
-
Save atuttle/b7ca0a120f72d1b326b6e027ff0864d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Menu: Run the Tutorial | |
// Description: Learn the basics of using Script Kit | |
// Author: John Lindquist | |
// Twitter: @johnlindquist | |
await cli( | |
"new", | |
"--template", | |
"tutorial", | |
"--message", | |
'Enter a script name: e.g. "github-user"' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment