ios_system icon indicating copy to clipboard operation
ios_system copied to clipboard

Node support in ios_system?

Open markuzzi opened this issue 5 years ago • 3 comments

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

markuzzi avatar Feb 21 '20 09:02 markuzzi

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)

holzschu avatar Feb 21 '20 10:02 holzschu

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.

markuzzi avatar Feb 21 '20 13:02 markuzzi

holzschu/a-shell#172

kkebo avatar Sep 26 '21 10:09 kkebo