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.
- Host: GitHub
- URL: https://github.com/skinnydevi/nios-scriptable
- Owner: SkinnyDevi
- Created: 2023-04-11T15:01:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T23:28:53.000Z (about 1 year ago)
- Last Synced: 2025-02-15T08:49:49.566Z (2 months ago)
- Topics: javascript, js, npm, scriptable, scriptable-app, scriptables, ts, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/nios-scriptable
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).