You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to get rid of the bash scripts entirely.
I could use isomorphic-git, a JS git implementation, for the git commands.
ShellJS is a JS implementation of Unix shell commands. It also provides a nice syntax if/when one has to resort to calling regular shell commands.
Calling npm scripts from JS should be possible. They are just JS ultimately, right?
That just leaves systemd integration, specifically restarting the service. Since the services are set to auto-restart, we could just terminate the process somehow. We'd probably want to set the restart interval lower than 10 seconds in that case, but that is a tradeoff
The text was updated successfully, but these errors were encountered:
It would be great to get rid of the bash scripts entirely.
I could use isomorphic-git, a JS git implementation, for the git commands.
ShellJS is a JS implementation of Unix shell commands. It also provides a nice syntax if/when one has to resort to calling regular shell commands.
Calling npm scripts from JS should be possible. They are just JS ultimately, right?
That just leaves systemd integration, specifically restarting the service. Since the services are set to auto-restart, we could just terminate the process somehow. We'd probably want to set the restart interval lower than 10 seconds in that case, but that is a tradeoff
The text was updated successfully, but these errors were encountered: