{"id":16471875,"url":"https://github.com/abranhe/open-on-npm","last_synced_at":"2025-08-24T02:17:40.828Z","repository":{"id":57315107,"uuid":"155953367","full_name":"abranhe/open-on-npm","owner":"abranhe","description":"Open npm packages on the npmjs.com registry","archived":false,"fork":false,"pushed_at":"2018-11-04T04:09:18.000Z","size":8,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-23T03:51:42.872Z","etag":null,"topics":["npm","npm-package","open","open-npm","open-on-npm"],"latest_commit_sha":null,"homepage":"https://projects.abranhe.com/open-on-npm","language":"JavaScript","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/abranhe.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}},"created_at":"2018-11-03T05:28:22.000Z","updated_at":"2019-09-23T04:20:10.000Z","dependencies_parsed_at":"2022-09-20T23:31:04.458Z","dependency_job_id":null,"html_url":"https://github.com/abranhe/open-on-npm","commit_stats":null,"previous_names":["abranhe/open-on-npm","abrahamhba/open-on-npm"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fopen-on-npm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fopen-on-npm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fopen-on-npm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abranhe%2Fopen-on-npm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abranhe","download_url":"https://codeload.github.com/abranhe/open-on-npm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861094,"owners_count":16556007,"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":["npm","npm-package","open","open-npm","open-on-npm"],"created_at":"2024-10-11T12:15:05.239Z","updated_at":"2024-10-11T12:15:05.719Z","avatar_url":"https://github.com/abranhe.png","language":"JavaScript","funding_links":["https://patreon.com/abranhe"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\t\u003cbr\u003e\n\t\u003ca href=\"https://npmjs.com/package/open-on-npm\"\u003e\u003cimg src=\"https://cdn.abranhe.com/projects/open-on-npm/logo.svg\" width=\"200\"\u003e\u003c/a\u003e\n\t\u003cbr\u003e\n\t\u003cbr\u003e\n\t\u003ca href=\"https://npmjs.com/open-on-npm\"\u003eopen-on-npm\u003c/a\u003e: Open npm packages on your browser\n\t\u003cbr\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://travis-ci.org/abranhe/open-on-npm\"\u003e\u003cimg src=\"https://img.shields.io/travis/abranhe/open-on-npm.svg?logo=travis\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe\"\u003e\u003cimg src=\"https://abranhe.com/badge.svg\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://cash.me/$abranhe\"\u003e\u003cimg src=\"https://cdn.abranhe.com/badges/cash-me.svg\"\u003e\u003c/a\u003e\n\t\u003ca href=\"https://patreon.com/abranhe\"\u003e\u003cimg src=\"https://cdn.abranhe.com/badges/patreon.svg\" /\u003e\u003c/a\u003e\n\t\u003ca href=\"https://github.com/abranhe/open-on-npm/blob/master/license\"\u003e\u003cimg src=\"https://img.shields.io/github/license/abranhe/open-on-npm.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://npmjs.com/package/open-on-npm\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/open-on-npm.svg\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\nSometimes you want to open an **npm packages** on the registry after published, or at any time. This pretty 🖖 simple CLI tool  will help you with that! Just being in the root directory of your project you can run `open-on-npm`, it will find the information from your `package.json` and then open it on your browser.\n\n## See\n\n- [Install](#install)\n- [CLI](#cli)\n- [Related](#related)\n- [Team](#team)\n- [License](#license)\n\n## Install\n\n```\n$ npm install open-on-npm\n```\n\n## CLI\n\n```\nOpen npm packages on the npmjs.com registry\n\nUsage\n\n  $ open-on-npm [package-name/null]\n\nOptions\n\n  -f, --feedback  Send a feedback\n  -h, --help      Show help message and close\n  -v, --version   View package Version\n\t  --force     Open the package url even if it is not published\n\nExamples\n\n  $ open-on-npm non-published-packge\n  The packge 'non-published-package' is not published. Try --force!\n\n  $ open-on-npm non-published-packge --force\n\n  $ open-on-npm\n```\n\n## Related\n\n- [openup][openup]: Open repositories from your terminal on your web browser.\n\n## Team\n\n|[![Carlos Abraham Logo][abranhe-img]][abranhe]|\n| :-: |\n| [Carlos Abraham][abranhe] |\n\n## License\n\n[MIT][license] License © [Carlos Abraham][abranhe]\n\n\u003c!-------------------- Links ------------------------\u003e\n[abranhe]: https://github.com/abranhe\n[abranhe-img]: https://avatars3.githubusercontent.com/u/21347264?s=50\n[license]: https://github.com/abranhe/open-on-npm/blob/master/license\n[openup]: https://github.com/abranhe/openup\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fopen-on-npm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabranhe%2Fopen-on-npm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabranhe%2Fopen-on-npm/lists"}