mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
npm-home: update Dutch translation (#16231)
* npm-home: update Dutch translation * Update npm-home.md
This commit is contained in:
parent
34b9fb2ece
commit
229ceac657
2 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# npm home
|
# npm-home
|
||||||
|
|
||||||
> Open de npm-pagina, Yarn-pagina of GitHub-repository van een pakket in de webbrowser.
|
> Open de `npm`-pagina, Yarn-pagina of GitHub-repository van een pakket in de webbrowser.
|
||||||
> Meer informatie: <https://github.com/sindresorhus/npm-home>.
|
> Meer informatie: <https://github.com/sindresorhus/npm-home>.
|
||||||
|
|
||||||
- Open de npm-pagina van een specifiek pakket in de webbrowser:
|
- Open de `npm`-pagina van een specifiek pakket in de webbrowser:
|
||||||
|
|
||||||
`npm-home {{pakket}}`
|
`npm-home {{pakket}}`
|
||||||
|
|
||||||
- Open de GitHub-repository van een specifiek pakket in de webbrowser:
|
- Open de GitHub-repository van een specifiek pakket in de webbrowser:
|
||||||
|
|
||||||
`npm-home -g {{pakket}}`
|
`npm-home {{[-g|--github]}} {{pakket}}`
|
||||||
|
|
||||||
- Open de Yarn-pagina van een specifiek pakket in de webbrowser:
|
- Open de Yarn-pagina van een specifiek pakket in de webbrowser:
|
||||||
|
|
||||||
`npm-home -y {{pakket}}`
|
`npm-home {{[-y|--yarn]}} {{pakket}}`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# npm-home
|
# npm-home
|
||||||
|
|
||||||
> Open the npm page, Yarn page, or GitHub repository of a package in the web browser.
|
> Open the `npm` page, Yarn page, or GitHub repository of a package in the web browser.
|
||||||
> More information: <https://github.com/sindresorhus/npm-home>.
|
> More information: <https://github.com/sindresorhus/npm-home>.
|
||||||
|
|
||||||
- Open the `npm` page of a specific package in the web browser:
|
- Open the `npm` page of a specific package in the web browser:
|
||||||
|
|
Loading…
Add table
Reference in a new issue