Feature Request: package support + package management

There are so many great ES6 modules out there. It would be great if Scriptable could support NPM packages in some manner.

I certainly recognize space is a premium so I’d suggest a global local repository. While this might create some versioning limitations - I think most people could deal with it.

Also with this, we could use NPM repositories to share scripts in a manner the Node and JavaScript communities are already accustomed.

1 Like

I think someone mentioned using the unpkg CDN to grab ES6 modules. That could be a nifty hack for now.