ios_system
ios_system copied to clipboard
Node support in ios_system?
Hi holzschu,
I am heavily using iVim and it gained much value when it integrated ios_system, thanks!
Since I am coding javascript and typescript a lot, I was wondering if support for node and npm would be possible. Some apps (e.g. play.js) managed support.
Do you see any chance here to integrate node into ios_system just like python?
Thanks! Markus
I'll add it to the todo list. It's not certain how much work it represents. It could be more efficient to use iVim in combination with play.js (since apps can access files inside other apps sandbox, and you can run apps side-by-side, you could edit a file in iVim and execute it in play.js)
Thanks for your immediate answer. I am already using iVim with play.js and even better with scp to remote edit (and compile) on a vm. In addition, it would be great to use tools like eslint or beautify within iVim to support writing the code. Both tools require nodejs to be installed.
Von meinem iPad gesendet
Am 21.02.2020 um 11:25 schrieb Nicolas Holzschuch [email protected]:
I'll add it to the todo list. It's not certain how much work it represents. It could be more efficient to use iVim in combination with play.js (since apps can access files inside other apps sandbox, and you can run apps side-by-side, you could edit a file in iVim and execute it in play.js)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
holzschu/a-shell#172