Open Sourcing POSH-NPM, a set of Powershell scripts to enable tab-completion for NPM commands

Two weeks ago we released a .NET library for NPM, today we are releasing a small utility that will make easier for Windows developers to use NPM in Powershell.

Posh-npm is a set of Powershell scripts that enable tab completion on the Powershell console for all NPM commands. For instance by typing npm ins<tab> in Powershell will complete the command by listing all available commands that starts with ins.

The WebMatrix team is working on adding console support for node.js and will be using the posh-npm library to provide tab completion in WebMatrix as well.

Special thanks to Keith Dahlby’s posh-git project, it made our life much easier.

Claudio Caldato
Principal Program Manager
Microsoft Open Technologies, Inc.