{"id":18533624,"url":"https://github.com/oclif/plugin-test-esbuild-single","last_synced_at":"2026-05-30T08:00:38.326Z","repository":{"id":225231371,"uuid":"765418489","full_name":"oclif/plugin-test-esbuild-single","owner":"oclif","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-23T10:18:15.000Z","size":4977,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-23T12:17:02.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oclif.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-29T22:01:56.000Z","updated_at":"2026-05-23T10:18:18.000Z","dependencies_parsed_at":"2026-05-30T08:00:34.402Z","dependency_job_id":null,"html_url":"https://github.com/oclif/plugin-test-esbuild-single","commit_stats":null,"previous_names":["oclif/plugin-test-esbuild-single"],"tags_count":134,"template":false,"template_full_name":null,"purl":"pkg:github/oclif/plugin-test-esbuild-single","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclif%2Fplugin-test-esbuild-single","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclif%2Fplugin-test-esbuild-single/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclif%2Fplugin-test-esbuild-single/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclif%2Fplugin-test-esbuild-single/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oclif","download_url":"https://codeload.github.com/oclif/plugin-test-esbuild-single/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclif%2Fplugin-test-esbuild-single/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33684413,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-06T19:12:23.780Z","updated_at":"2026-05-30T08:00:38.281Z","avatar_url":"https://github.com/oclif.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"plugin-test-esbuild-single\n=================\n\nExample of using `esbuild` to bundle a CLI into a single executable. **This is not an officially support use case. There may be severe limitations to using this approach.**\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![CircleCI](https://circleci.com/gh/oclif/hello-world/tree/main.svg?style=shield)](https://circleci.com/gh/oclif/hello-world/tree/main)\n[![GitHub license](https://img.shields.io/github/license/oclif/hello-world)](https://github.com/oclif/hello-world/blob/main/LICENSE)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g @oclif/plugin-test-esbuild-single\n$ bundle COMMAND\nrunning command...\n$ bundle (--version)\n@oclif/plugin-test-esbuild-single/0.2.4 darwin-arm64 node-v20.11.0\n$ bundle --help [COMMAND]\nUSAGE\n  $ bundle COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n- [plugin-test-esbuild-single](#plugin-test-esbuild-single)\n- [Usage](#usage)\n- [Commands](#commands)\n  - [`bundle esbuild [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG]`](#bundle-esbuild-optionalarg-defaultarg-defaultfnarg)\n  - [`bundle hello PERSON`](#bundle-hello-person)\n  - [`bundle hello alias`](#bundle-hello-alias)\n  - [`bundle hello world`](#bundle-hello-world)\n  - [`bundle help [COMMANDS]`](#bundle-help-commands)\n  - [`bundle plugins`](#bundle-plugins)\n  - [`bundle plugins:install PLUGIN...`](#bundle-pluginsinstall-plugin)\n  - [`bundle plugins:inspect PLUGIN...`](#bundle-pluginsinspect-plugin)\n  - [`bundle plugins:install PLUGIN...`](#bundle-pluginsinstall-plugin-1)\n  - [`bundle plugins:link PLUGIN`](#bundle-pluginslink-plugin)\n  - [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin)\n  - [`bundle plugins reset`](#bundle-plugins-reset)\n  - [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin-1)\n  - [`bundle plugins:uninstall PLUGIN...`](#bundle-pluginsuninstall-plugin-2)\n  - [`bundle plugins update`](#bundle-plugins-update)\n\n## `bundle esbuild [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG]`\n\n```\nUSAGE\n  $ bundle esbuild [OPTIONALARG] [DEFAULTARG] [DEFAULTFNARG] [--json] [--optionalString \u003cvalue\u003e]\n    [--defaultString \u003cvalue\u003e] [--defaultFnString \u003cvalue\u003e]\n\nFLAGS\n  --defaultFnString=\u003cvalue\u003e  [default: async fn default]\n  --defaultString=\u003cvalue\u003e    [default: simple string default]\n  --optionalString=\u003cvalue\u003e\n\nGLOBAL FLAGS\n  --json  Format output as json.\n```\n\n## `bundle hello PERSON`\n\nSay hello\n\n```\nUSAGE\n  $ bundle hello PERSON -f \u003cvalue\u003e\n\nARGUMENTS\n  PERSON  Person to say hello to\n\nFLAGS\n  -f, --from=\u003cvalue\u003e  (required) Who is saying hello\n\nDESCRIPTION\n  Say hello\n\nEXAMPLES\n  $ oex hello friend --from oclif\n  hello friend from oclif! (./src/commands/hello/index.ts)\n```\n\n## `bundle hello alias`\n\nSay hello world\n\n```\nUSAGE\n  $ bundle hello alias\n\nDESCRIPTION\n  Say hello world\n\nEXAMPLES\n  $ bundle hello alias\n  hello world! (./src/commands/hello/world.ts)\n```\n\n## `bundle hello world`\n\nSay hello world\n\n```\nUSAGE\n  $ bundle hello world\n\nDESCRIPTION\n  Say hello world\n\nEXAMPLES\n  $ bundle hello world\n  hello world! (./src/commands/hello/world.ts)\n```\n\n## `bundle help [COMMANDS]`\n\nDisplay help for bundle.\n\n```\nUSAGE\n  $ bundle help [COMMANDS] [-n]\n\nARGUMENTS\n  COMMANDS  Command to show help for.\n\nFLAGS\n  -n, --nested-commands  Include all nested commands in the output.\n\nDESCRIPTION\n  Display help for bundle.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.12/src/commands/help.ts)_\n\n## `bundle plugins`\n\nList installed plugins.\n\n```\nUSAGE\n  $ bundle plugins [--json] [--core]\n\nFLAGS\n  --core  Show core plugins.\n\nGLOBAL FLAGS\n  --json  Format output as json.\n\nDESCRIPTION\n  List installed plugins.\n\nEXAMPLES\n  $ bundle plugins\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/index.ts)_\n\n## `bundle plugins:install PLUGIN...`\n\nInstalls a plugin into the CLI.\n\n```\nUSAGE\n  $ bundle plugins add plugins:install PLUGIN...\n\nARGUMENTS\n  PLUGIN  Plugin to install.\n\nFLAGS\n  -f, --force    Run yarn install with force flag.\n  -h, --help     Show CLI help.\n  -s, --silent   Silences yarn output.\n  -v, --verbose  Show verbose yarn output.\n\nGLOBAL FLAGS\n  --json  Format output as json.\n\nDESCRIPTION\n  Installs a plugin into the CLI.\n  Can be installed from npm or a git url.\n\n  Installation of a user-installed plugin will override a core plugin.\n\n  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command\n  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in\n  the CLI without the need to patch and update the whole CLI.\n\n\nALIASES\n  $ bundle plugins add\n\nEXAMPLES\n  $ bundle plugins add myplugin\n\n  $ bundle plugins add https://github.com/someuser/someplugin\n\n  $ bundle plugins add someuser/someplugin\n```\n\n## `bundle plugins:inspect PLUGIN...`\n\nDisplays installation properties of a plugin.\n\n```\nUSAGE\n  $ bundle plugins inspect PLUGIN...\n\nARGUMENTS\n  PLUGIN  [default: .] Plugin to inspect.\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nGLOBAL FLAGS\n  --json  Format output as json.\n\nDESCRIPTION\n  Displays installation properties of a plugin.\n\nEXAMPLES\n  $ bundle plugins inspect myplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/inspect.ts)_\n\n## `bundle plugins:install PLUGIN...`\n\nInstalls a plugin into the CLI.\n\n```\nUSAGE\n  $ bundle plugins install PLUGIN...\n\nARGUMENTS\n  PLUGIN  Plugin to install.\n\nFLAGS\n  -f, --force    Run yarn install with force flag.\n  -h, --help     Show CLI help.\n  -s, --silent   Silences yarn output.\n  -v, --verbose  Show verbose yarn output.\n\nGLOBAL FLAGS\n  --json  Format output as json.\n\nDESCRIPTION\n  Installs a plugin into the CLI.\n  Can be installed from npm or a git url.\n\n  Installation of a user-installed plugin will override a core plugin.\n\n  e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command\n  will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in\n  the CLI without the need to patch and update the whole CLI.\n\n\nALIASES\n  $ bundle plugins add\n\nEXAMPLES\n  $ bundle plugins install myplugin\n\n  $ bundle plugins install https://github.com/someuser/someplugin\n\n  $ bundle plugins install someuser/someplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/install.ts)_\n\n## `bundle plugins:link PLUGIN`\n\nLinks a plugin into the CLI for development.\n\n```\nUSAGE\n  $ bundle plugins link PLUGIN\n\nARGUMENTS\n  PATH  [default: .] path to plugin\n\nFLAGS\n  -h, --help          Show CLI help.\n  -v, --verbose\n      --[no-]install  Install dependencies after linking the plugin.\n\nDESCRIPTION\n  Links a plugin into the CLI for development.\n  Installation of a linked plugin will override a user-installed or core plugin.\n\n  e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'\n  command will override the user-installed or core plugin implementation. This is useful for development work.\n\n\nEXAMPLES\n  $ bundle plugins link myplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/link.ts)_\n\n## `bundle plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ bundle plugins remove plugins:uninstall PLUGIN...\n\nARGUMENTS\n  PLUGIN  plugin to uninstall\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Removes a plugin from the CLI.\n\nALIASES\n  $ bundle plugins unlink\n  $ bundle plugins remove\n\nEXAMPLES\n  $ bundle plugins remove myplugin\n```\n\n## `bundle plugins reset`\n\nRemove all user-installed and linked plugins.\n\n```\nUSAGE\n  $ bundle plugins reset [--hard] [--reinstall]\n\nFLAGS\n  --hard       Delete node_modules and package manager related files in addition to uninstalling plugins.\n  --reinstall  Reinstall all plugins after uninstalling.\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/reset.ts)_\n\n## `bundle plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ bundle plugins uninstall PLUGIN...\n\nARGUMENTS\n  PLUGIN  plugin to uninstall\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Removes a plugin from the CLI.\n\nALIASES\n  $ bundle plugins unlink\n  $ bundle plugins remove\n\nEXAMPLES\n  $ bundle plugins uninstall myplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/uninstall.ts)_\n\n## `bundle plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ bundle plugins unlink plugins:uninstall PLUGIN...\n\nARGUMENTS\n  PLUGIN  plugin to uninstall\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Removes a plugin from the CLI.\n\nALIASES\n  $ bundle plugins unlink\n  $ bundle plugins remove\n\nEXAMPLES\n  $ bundle plugins unlink myplugin\n```\n\n## `bundle plugins update`\n\nUpdate installed plugins.\n\n```\nUSAGE\n  $ bundle plugins update [-h] [-v]\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Update installed plugins.\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.2.2/src/commands/plugins/update.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foclif%2Fplugin-test-esbuild-single","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foclif%2Fplugin-test-esbuild-single","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foclif%2Fplugin-test-esbuild-single/lists"}