npm*: add Dutch translation and fix more information (#14064)
This commit is contained in:
16
pages.nl/common/npm-fund.md
Normal file
16
pages.nl/common/npm-fund.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# npm fund
|
||||
|
||||
> Haal financieringsinformatie op van pakketten.
|
||||
> Meer informatie: <https://docs.npmjs.com/cli/commands/npm-fund>.
|
||||
|
||||
- Toon afhankelijkheden met financierings-URL voor het project in de huidige directory:
|
||||
|
||||
`npm fund`
|
||||
|
||||
- Open de financierings-URL voor een specifiek pakket in de standaard webbrowser:
|
||||
|
||||
`npm fund {{pakket}}`
|
||||
|
||||
- Toon afhankelijkheden met een financierings-URL voor een specifieke [w]orkspace voor het project in de huidige directory:
|
||||
|
||||
`npm fund -w {{workspace}}`
|
Reference in New Issue
Block a user