Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

npm-completion (1)

Name

npm-completion - Tab Completion for npm Synopsis npm completion Note: This command is unaware of workspaces. Description Enables tab-completion in all npm commands. The synopsis above loads the completions into your current shell. Adding it to your ~/.bashrc or ~/.zshrc will make the completions available everywhere: npm completion >> ~/.bashrc npm completion >> ~/.zshrc You may of course also pipe the output of npm completion to a file such as /usr/local/etc/bash_completion.d/npm or /etc/bash_completion.d/npm if you have a system that will read that file for you. When COMP_CWORD, COMP_LINE, and COMP_POINT are defined in the environ- ment, npm completion acts in "plumbing mode", and outputs completions based on the arguments. See Also o npm help developers o npm help npm

Synopsis

Please see following description for synopsis

Description

NPM-COMPLETION(1)                                            NPM-COMPLETION(1)



NAME
       npm-completion - Tab Completion for npm

   Synopsis
         npm completion

       Note: This command is unaware of workspaces.

   Description
       Enables tab-completion in all npm commands.

       The  synopsis  above  loads  the  completions  into your current shell.
       Adding it to your ~/.bashrc  or  ~/.zshrc  will  make  the  completions
       available everywhere:

         npm completion >> ~/.bashrc
         npm completion >> ~/.zshrc

       You may of course also pipe the output of npm completion to a file such
       as /usr/local/etc/bash_completion.d/npm  or  /etc/bash_completion.d/npm
       if you have a system that will read that file for you.

       When  COMP_CWORD, COMP_LINE, and COMP_POINT are defined in the environ-
       ment, npm completion acts in "plumbing mode", and  outputs  completions
       based on the arguments.

   See Also
       o npm help developers

       o npm help npm




ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+--------------------------+
       |ATTRIBUTE TYPE |     ATTRIBUTE VALUE      |
       +---------------+--------------------------+
       |Availability   | runtime/nodejs/nodejs-18 |
       +---------------+--------------------------+
       |Stability      | Pass-thru volatile       |
       +---------------+--------------------------+

NOTES
       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This     software     was    built    from    source    available    at
       https://github.com/oracle/solaris-userland.   The  original   community
       source    was   downloaded   from    https://github.com/nodejs/node/ar-
       chive/v18.1.0.zip.

       Further information about this software can be found on the open source
       community website at https://github.com/nodejs/node.



                                  April 2022                 NPM-COMPLETION(1)