center-app
by John Lindquist
(Intel)
(Apple Silicon)
How often do you avoid scripting something because it takes too much effort?
Script Kit makes it easy to create and run scripts that solve your daily problems. Create a new script from the prompt then your script opens in the editor of your choice. Write a few lines of JavaScript. Then run the script from the prompt.
Simply put, Script Kit helps you script away the friction of your day.
//Shortcut: opt a
await arg("First name")
await env("GITHUB_TOKEN")
await npm("sharp")
Script Kit includes a built-in tutorial and myriad examples are available on our discussions pages: