Skip to content
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

Open a new terminal window programmatically. #13

Open
gkpty opened this issue May 23, 2020 · 0 comments
Open

Open a new terminal window programmatically. #13

gkpty opened this issue May 23, 2020 · 0 comments

Comments

@gkpty
Copy link
Contributor

gkpty commented May 23, 2020

if the arjan serve command is used and nodemon starts running on the terminal window, open a new terminal window with the same directory the user was on programatically.

https://stackoverflow.com/questions/50507531/is-there-a-way-to-launch-a-terminal-window-or-cmd-on-windows-and-pass-run-a-co

may use process.platform to determine which oparating system the user has
https://nodejs.org/api/process.html#process_process_platform
macOs = darwin
windows = win32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant