Tommy Parnell 99446ba220 init
2017-03-05 15:53:17 -05:00
2017-03-05 15:53:17 -05:00
2017-03-05 15:53:17 -05:00

This provides a cross platform way to launch processes on mac/linux/or windows.

Simply call Opener.Open() with whatever commands you need

common examples


Opener.Net.Opener.Open("http://google.com"); // launch a browser window
Opener.Net.Opener.Open("npm install", processStartInfo: new ProcessStartInfo(){ WorkingDirectory = "c:/projects/npmrest"}); //npm install in a specific directory

Description
launch a process xplat style
Readme MIT 35 KiB
Languages
C# 100%