Skip to content

cwagdev/scriptables

 
 

Repository files navigation

Scriptable Development Environment

This project includes

  • Scriptable types generated from documentation page
  • RUN hotkey CMD + SHIFT + B, it will run current script in Scriptable
  • Folder with all your Scriptable apps

Getting started

How to start to develop scriptable apps with VSCode:

  1. Download Scirptable for MacOS
  2. Enable iCloud sync for Scriptable
  3. Download VSCode
  4. Clone this repository
git clone https://github.com/gebeto/scriptables
  1. Run command to initialize your sources folder link
./scriptable.sh init
  1. Done! Open VSCode in the repo(code .) and start to build your apps fast and easy!

Folder sources is your scriptable folder link, you can edit files there and it will be updated in scriptable app.

Initialize your local env

$ ./scriptable.sh init

Import your script for git integration

$ ./scriptable.sh import ScriptName

Thanks

About

Scriptable app projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • Shell 11.8%