1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-03 07:37:47 +00:00

fix(completions): clean-up (#484)

This commit is contained in:
Emily Grace Seville 2023-05-11 21:08:36 +10:00 committed by GitHub
parent a3778622cd
commit ee996ec169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 9 additions and 207 deletions

View file

@ -1,10 +0,0 @@
# 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.