All Projects → PowerShell-Completion → npm-completion

PowerShell-Completion / npm-completion

Licence: Apache-2.0 license
A @npm tab completion for @PowerShell.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to npm-completion

Imagecompletion incompletedata
Image completion network using incomplete data
Stars: ✭ 109 (+186.84%)
Mutual labels:  completion
Bash Completion
Programmable completion functions for bash
Stars: ✭ 1,913 (+4934.21%)
Mutual labels:  completion
3d Pointcloud
Papers and Datasets about Point Cloud.
Stars: ✭ 179 (+371.05%)
Mutual labels:  completion
Elassandra
Elassandra = Elasticsearch + Apache Cassandra
Stars: ✭ 1,610 (+4136.84%)
Mutual labels:  completion
Bash Argsparse
An high level argument parsing library for bash
Stars: ✭ 128 (+236.84%)
Mutual labels:  completion
Swiper
Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
Stars: ✭ 1,948 (+5026.32%)
Mutual labels:  completion
I Pascal
A free Object Pascal language plugin for IntelliJ IDEA
Stars: ✭ 85 (+123.68%)
Mutual labels:  completion
Yarn Completion
Bash completion for Yarn
Stars: ✭ 210 (+452.63%)
Mutual labels:  completion
Ansible Completion
Basic bash completion for Ansible
Stars: ✭ 128 (+236.84%)
Mutual labels:  completion
Evans
Evans: more expressive universal gRPC client
Stars: ✭ 2,710 (+7031.58%)
Mutual labels:  completion
Vim Gdscript3
Syntax highlighting and completion for GDScript 3
Stars: ✭ 121 (+218.42%)
Mutual labels:  completion
Auto Complete
Emacs auto-complete package
Stars: ✭ 1,622 (+4168.42%)
Mutual labels:  completion
Consult
consult.el - Consulting completing-read
Stars: ✭ 153 (+302.63%)
Mutual labels:  completion
Company Irony
company-mode completion back-end for irony-mode
Stars: ✭ 110 (+189.47%)
Mutual labels:  completion
Codeigniter Phpstorm
PhpStorm Code Completion to CodeIgniter
Stars: ✭ 194 (+410.53%)
Mutual labels:  completion
Shtab
↔️ Automagic shell tab completion for Python CLI applications
Stars: ✭ 99 (+160.53%)
Mutual labels:  completion
Coc Sources
Additional common sources of coc.nvim
Stars: ✭ 135 (+255.26%)
Mutual labels:  completion
fish-elm-completions
Elm related completions for the friendly interactive shell
Stars: ✭ 21 (-44.74%)
Mutual labels:  completion
Haoide
Stop upgrade, most of features were delivered in https://github.com/xjsender/haoide-vscode
Stars: ✭ 194 (+410.53%)
Mutual labels:  completion
Github Complete.vim
Vim input completion for GitHub
Stars: ✭ 161 (+323.68%)
Mutual labels:  completion

posh-npm-completion

license PowerShell Gallery PowerShell Gallery

A npm tab completion for PowerShell.

⚙️ Installation

Install from PowerShell Gallery

Install-Module npm-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 npm-completion.

Add below command into your PowerShell profile.

Import-Module npm-completion

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


⚠️ If you don't have PowerShell profile yet, create it with below command!

New-Item -ItemType File $profile
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].