Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sln-opener

shaneom29MIT0.2.1

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.

devenv, solution, sln

readme

sln-opener

npm version

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