Skip to content

kamack38/posh-nvm-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

posh-nvm-completion

PowerShell Gallery PowerShell Gallery

A nvm tab completion for PowerShell.

โš™๏ธ Installation

Install from PowerShell Gallery

Install-Module nvm-completion -Scope CurrentUser

โš ๏ธ If you haven't allowed script execution policy, set your script execution policy to RemoteSigned or Unrestricted.

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

๐Ÿ›‚ Usage

You have to import the module to use nvm-completion.

Add below command into your PowerShell profile.

Import-Module nvm-completion

Then restart your PowerShell.
Now you can use tab completion with nvm.


โš ๏ธ If you don't have PowerShell profile yet, create it with below command!

New-Item -ItemType File $profile

Credits

Created using gluons's yarn-completion

About

๐Ÿ”น A nvm tab completion for @PowerShell

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published