nu_scripts/custom-completions/npm
Hofer-Julian ef5de3ed96
Move completions to module format (#195)
* Move custom completions to module format

* Describe usage in README of custom completions
2022-03-31 06:30:07 -05:00
..
npm-completions.nu Added completions for npm (#187) 2022-03-23 16:30:35 -05:00
README.md Move completions to module format (#195) 2022-03-31 06:30:07 -05:00

NPM Custom Completions

This script provides custom completions for npm. It can be used by importing its exported commands via:

use path/to/npm/npm-completions.nu *

With path/to being either the relative path of the file to your current working directory or its absolute path.