{"id":19372131,"url":"https://github.com/nodenv/nodenv-man","last_synced_at":"2025-04-23T16:31:56.762Z","repository":{"id":3915243,"uuid":"51310746","full_name":"nodenv/nodenv-man","owner":"nodenv","description":"View man pages for currently active node version","archived":false,"fork":false,"pushed_at":"2024-06-08T02:12:16.000Z","size":45,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-09T05:53:27.662Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nodenv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-02-08T16:44:22.000Z","updated_at":"2024-06-08T02:12:19.000Z","dependencies_parsed_at":"2024-05-16T06:44:44.114Z","dependency_job_id":null,"html_url":"https://github.com/nodenv/nodenv-man","commit_stats":{"total_commits":44,"total_committers":6,"mean_commits":7.333333333333333,"dds":"0.38636363636363635","last_synced_commit":"ecaa7cca1ad54cf72891f43a584b82cb6584aa7e"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Fnodenv-man","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Fnodenv-man/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Fnodenv-man/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodenv%2Fnodenv-man/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodenv","download_url":"https://codeload.github.com/nodenv/nodenv-man/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223928798,"owners_count":17226782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest"],"created_at":"2024-11-10T08:21:45.670Z","updated_at":"2024-11-10T08:21:46.336Z","avatar_url":"https://github.com/nodenv.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/nodenv/nodenv-man.svg?branch=master)](https://travis-ci.org/nodenv/nodenv-man)\n\n# Man pages for nodenv Node versions\n\nnodenv-man is a plugin for [nodenv] to easily access the man pages for the\ncurrently set node version, e.g. `node(1)` and `npm(1)`.\n\nTechnically, nodenv-man is a wrapper for `man(1)` that takes care of using the\ncorrect manpath.\n\n\u003c!-- toc --\u003e\n\n- [Installation](#installation)\n- [Usage](#usage)\n\n\u003c!-- tocstop --\u003e\n\n## Installation\n\nTo install nodenv-man, clone this repository into your `$(nodenv root)/plugins`\ndirectory.\n\n    ```sh\n    $ mkdir -p \"$(nodenv root)/plugins\"\n    $ git clone https://github.com/nodenv/nodenv-man.git \"$(nodenv root)/plugins/nodenv-man\"\n    ```\n\n## Usage\n\nSimply use nodenv-man in the same way as your system's `man(1)` program. All\ncommand-line options are passed through to it.\n\nSome examples:\n\n* Show `node(1)` manual:\n\n    ```sh\n    $ nodenv man node\n    ```\n\n* Show `npm(1)` manual:\n\n    ```sh\n    $ nodenv man 1 npm\n    ```\n\n* Print location of `node(1)` manual:\n\n    ```sh\n    $ nodenv man -w node\n    /usr/local/var/nodenv/versions/4.2.1/share/man/man1/node.1\n    ```\n\n* Change node version and print new location of man page:\n\n    ```sh\n    $ NODENV_VERSION=5.0.0 nodenv man -w node\n    /usr/local/var/nodenv/versions/5.0.0/share/man/man1/node.1\n    ```\n\n\n[nodenv]: https://github.com/nodenv/nodenv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodenv%2Fnodenv-man","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodenv%2Fnodenv-man","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodenv%2Fnodenv-man/lists"}