sln-opener
v0.2.1
Published
Simple command line tool for opening visual studio solutions from their current directory. Useful if you work from the command prommpt using tools like git-posh.
Downloads
22
Readme
sln-opener
A simple command line tool for opening solution files via the console.
It will look for solution files (.sln) and open them. If multiple solution files are found, they will be listed as a menu to pick from.
When this tool initially loads it will ask for the path to your Visual Studio instance. It also requires you to run your CLI in administrative mode.
Install
npm install -g sln-opener
Usage
In a directory that has visual studio solution files type:
os