{"id":13660474,"url":"https://github.com/deepsweet/nbx","last_synced_at":"2025-04-10T01:21:31.666Z","repository":{"id":57309235,"uuid":"139063764","full_name":"deepsweet/nbx","owner":"deepsweet","description":"▶️ Execute package binaries","archived":false,"fork":false,"pushed_at":"2020-04-05T09:46:14.000Z","size":15,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T03:03:34.919Z","etag":null,"topics":["bin","cli","npm"],"latest_commit_sha":null,"homepage":null,"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/deepsweet.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-28T20:10:09.000Z","updated_at":"2023-07-27T16:15:42.000Z","dependencies_parsed_at":"2022-09-01T06:31:39.333Z","dependency_job_id":null,"html_url":"https://github.com/deepsweet/nbx","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsweet%2Fnbx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsweet%2Fnbx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsweet%2Fnbx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepsweet%2Fnbx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepsweet","download_url":"https://codeload.github.com/deepsweet/nbx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138237,"owners_count":21053837,"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":["bin","cli","npm"],"created_at":"2024-08-02T05:01:22.012Z","updated_at":"2025-04-10T01:21:31.639Z","avatar_url":"https://github.com/deepsweet.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# nbx\n\n[![npm](https://img.shields.io/npm/v/nbx.svg?style=flat-square)](https://www.npmjs.com/package/nbx) [![shellcheck](https://img.shields.io/travis/deepsweet/nbx/master.svg?label=shellcheck\u0026style=flat-square)](https://travis-ci.org/deepsweet/nbx)\n\nExecute package binaries.\n\n* `yarn \u003ccommand\u003e` is a mess because it's trying to resolve a target from 3 (three) different places: yarn internal commands, npm scripts and `./node_modules/.bin/`\n* `npx \u003ccommand\u003e` is doing too much, like checking in `$PATH` or autoinstalling a package if it's not found\n* `./node_modules/.bin/` in `$PATH` is very implicit and even wider guess than `yarn \u003ccommand\u003e`\n* shell aliases/functions are nice but not installable/shareable (?)\n* `./node_modules/.bin/\u003ccommand\u003e` every time is just too verbose\n\n## Install\n\n```sh\n$ yarn global add nbx\n# or\n$ npm install --global nbx\n```\n\n## Usage\n\n```sh\n$ nbx\nOne of the following binary names is required:\n# …\n```\n\n```sh\n$ nbx webpack --help\n```\n\n## Windows?\n\nIt probably just works if you are using that native \"Linux in Windows\" thing, `nbx` is just an extremely primitive Bourne Shell (or whatever compatible `/bin/sh` is) script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepsweet%2Fnbx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepsweet%2Fnbx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepsweet%2Fnbx/lists"}