https://github.com/stuartleeks/posh-dnvm
Provides tab completion for dnvm commands in PowerShell
https://github.com/stuartleeks/posh-dnvm
Last synced: 9 months ago
JSON representation
Provides tab completion for dnvm commands in PowerShell
- Host: GitHub
- URL: https://github.com/stuartleeks/posh-dnvm
- Owner: stuartleeks
- License: mit
- Created: 2015-05-26T14:07:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T11:10:13.000Z (over 10 years ago)
- Last Synced: 2025-08-07T05:31:46.449Z (10 months ago)
- Language: PowerShell
- Size: 614 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# posh-dnvm
Provides tab completion for dnvm commands in PowerShell
Inspired by [posh-git](https://github.com/dahlbyk/posh-git)
## Installation etc
Ensure that you have [chocoloatey](https://chocolatey.org/) installed.
To install milestone drops (note these are still 'pre-release' as the version matches dnx versioning which is pre-release):
```
choco install posh-dnvm -pre
```
There is also a [non-milestone feed](https://www.myget.org/F/posh-dnvm/api/v2) now up on MyGet.
To install these interim drops use:
```
choco install posh-dnvm -source 'https://www.myget.org/F/posh-dnvm/api/v2' -pre
```