A powershell script to launch the .sln file in the current directory or sub-directories. If there are multiple solutions, you are presented with a list.
With a single solution...
PS C:\Someproject > Sln
Loading C:\Someproject\src\solutions\myproject.sln
Or with multiple
PS C:\Someproject > Sln
Pick a solution to load:
1. myproject.sln
2. myproject-release.sln
3. myproject-.net4.0.sln
Enter a number, or 'q' to cancel: :
- Create a directory where you would like to install the files
- Get the files with
git clone git://github.com/amarraja/Solutionator.git .
- Install the module with
.\install
- Reload your profile with
. $PROFILE
Goto the installation directory and run git pull