An open API service indexing awesome lists of open source software.

https://github.com/skinnydevi/nios-scriptable

A typed node package for developing scripts for Scriptable app on iOS.
https://github.com/skinnydevi/nios-scriptable

javascript js npm scriptable scriptable-app scriptables ts typescript

Last synced: about 1 month ago
JSON representation

A typed node package for developing scripts for Scriptable app on iOS.

Awesome Lists containing this project

README

        

# NIOS - Scriptable
## A node package that forces types on iOS Scriptable's JS files for better coding.
You may use `.ts` files and compile them using TypeScript for easy conversions and usage from typescript to javascript.

Please note that when using this method of development, it is essential to remove the imports from this library for correct
execution in the Scriptable app itself.

All credits of documentation and further coding goes to [Simon Støvring](https://twitter.com/simonbs).

## Example project
You can find an example project [in the following repo](https://github.com/SkinnyDevi/nios-scriptable-project-example).