-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node support in ios_system? #92
Comments
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 ***@***.***>:
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.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: