{"id":18533638,"url":"https://github.com/oclif/hello-world-esm","last_synced_at":"2025-04-09T15:31:24.214Z","repository":{"id":184062510,"uuid":"671206003","full_name":"oclif/hello-world-esm","owner":"oclif","description":"Template repository for generating ESM oclif plugins","archived":true,"fork":false,"pushed_at":"2024-04-27T11:23:45.000Z","size":2085,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-12-28T19:02:42.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/oclif.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-07-26T19:35:04.000Z","updated_at":"2024-05-10T03:16:17.000Z","dependencies_parsed_at":"2023-10-05T03:46:35.455Z","dependency_job_id":"7f630598-55af-4c45-8cbb-c4b5af245a08","html_url":"https://github.com/oclif/hello-world-esm","commit_stats":null,"previous_names":["oclif/hello-world-esm"],"tags_count":53,"template":true,"template_full_name":"oclif/hello-world","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclif%2Fhello-world-esm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclif%2Fhello-world-esm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclif%2Fhello-world-esm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oclif%2Fhello-world-esm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oclif","download_url":"https://codeload.github.com/oclif/hello-world-esm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248057949,"owners_count":21040667,"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":[],"created_at":"2024-11-06T19:12:29.120Z","updated_at":"2025-04-09T15:31:23.794Z","avatar_url":"https://github.com/oclif.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"oclif-hello-world\n=================\n\noclif example Hello World CLI\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\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-hello-world\n$ oex COMMAND\nrunning command...\n$ oex (--version)\noclif-hello-world/0.0.0 darwin-x64 node-v16.13.1\n$ oex --help [COMMAND]\nUSAGE\n  $ oex COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`oex hello PERSON`](#oex-hello-person)\n* [`oex hello world`](#oex-hello-world)\n* [`oex help [COMMAND]`](#oex-help-command)\n* [`oex plugins`](#oex-plugins)\n* [`oex plugins:inspect PLUGIN...`](#oex-pluginsinspect-plugin)\n* [`oex plugins:install PLUGIN...`](#oex-pluginsinstall-plugin)\n* [`oex plugins:link PLUGIN`](#oex-pluginslink-plugin)\n* [`oex plugins:uninstall PLUGIN...`](#oex-pluginsuninstall-plugin)\n* [`oex plugins update`](#oex-plugins-update)\n\n## `oex hello PERSON`\n\nSay hello\n\n```\nUSAGE\n  $ oex 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_See code: [dist/commands/hello/index.ts](https://github.com/oclif/hello-world/blob/v0.0.0/dist/commands/hello/index.ts)_\n\n## `oex hello world`\n\nSay hello world\n\n```\nUSAGE\n  $ oex hello world\n\nDESCRIPTION\n  Say hello world\n\nEXAMPLES\n  $ oex hello world\n  hello world! (./src/commands/hello/world.ts)\n```\n\n## `oex help [COMMAND]`\n\nDisplay help for oex.\n\n```\nUSAGE\n  $ oex help [COMMAND] [-n]\n\nARGUMENTS\n  COMMAND  Command to show help for.\n\nFLAGS\n  -n, --nested-commands  Include all nested commands in the output.\n\nDESCRIPTION\n  Display help for oex.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_\n\n## `oex plugins`\n\nList installed plugins.\n\n```\nUSAGE\n  $ oex plugins [--core]\n\nFLAGS\n  --core  Show core plugins.\n\nDESCRIPTION\n  List installed plugins.\n\nEXAMPLES\n  $ oex plugins\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v2.0.11/src/commands/plugins/index.ts)_\n\n## `oex plugins:inspect PLUGIN...`\n\nDisplays installation properties of a plugin.\n\n```\nUSAGE\n  $ oex plugins:inspect PLUGIN...\n\nARGUMENTS\n  PLUGIN  [default: .] Plugin to inspect.\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Displays installation properties of a plugin.\n\nEXAMPLES\n  $ oex plugins:inspect myplugin\n```\n\n## `oex plugins:install PLUGIN...`\n\nInstalls a plugin into the CLI.\n\n```\nUSAGE\n  $ oex 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  -v, --verbose\n\nDESCRIPTION\n  Installs a plugin into the CLI.\n\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\nALIASES\n  $ oex plugins add\n\nEXAMPLES\n  $ oex plugins:install myplugin \n\n  $ oex plugins:install https://github.com/someuser/someplugin\n\n  $ oex plugins:install someuser/someplugin\n```\n\n## `oex plugins:link PLUGIN`\n\nLinks a plugin into the CLI for development.\n\n```\nUSAGE\n  $ oex plugins:link PLUGIN\n\nARGUMENTS\n  PATH  [default: .] path to plugin\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Links a plugin into the CLI for development.\n\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\nEXAMPLES\n  $ oex plugins:link myplugin\n```\n\n## `oex plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ oex 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  $ oex plugins unlink\n  $ oex plugins remove\n```\n\n## `oex plugins update`\n\nUpdate installed plugins.\n\n```\nUSAGE\n  $ oex plugins update [-h] [-v]\n\nFLAGS\n  -h, --help     Show CLI help.\n  -v, --verbose\n\nDESCRIPTION\n  Update installed plugins.\n```\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foclif%2Fhello-world-esm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foclif%2Fhello-world-esm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foclif%2Fhello-world-esm/lists"}