{"id":20293380,"url":"https://github.com/mingderwang/mynewcli-template","last_synced_at":"2025-07-20T09:35:59.567Z","repository":{"id":39528927,"uuid":"493899415","full_name":"mingderwang/mynewcli-template","owner":"mingderwang","description":"typscript cli template","archived":false,"fork":false,"pushed_at":"2023-03-01T02:59:32.000Z","size":700,"stargazers_count":1,"open_issues_count":15,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-14T09:26:12.057Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mingderwang.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":"2022-05-19T02:55:01.000Z","updated_at":"2023-03-03T22:38:17.000Z","dependencies_parsed_at":"2024-11-14T15:24:18.277Z","dependency_job_id":"4ef1f040-c263-414d-af1d-8d52b2d6bea9","html_url":"https://github.com/mingderwang/mynewcli-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fmynewcli-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fmynewcli-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fmynewcli-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fmynewcli-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mingderwang","download_url":"https://codeload.github.com/mingderwang/mynewcli-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241788341,"owners_count":20020247,"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-14T15:23:59.661Z","updated_at":"2025-03-04T05:20:22.587Z","avatar_url":"https://github.com/mingderwang.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[![Version](https://img.shields.io/npm/v/oclif-hello-world.svg)](https://npmjs.org/package/oclif-hello-world)\n[![CircleCI](https://circleci.com/gh/oclif/hello-world/tree/main.svg?style=shield)](https://circleci.com/gh/oclif/hello-world/tree/main)\n[![Downloads/week](https://img.shields.io/npm/dw/oclif-hello-world.svg)](https://npmjs.org/package/oclif-hello-world)\n[![License](https://img.shields.io/npm/l/oclif-hello-world.svg)](https://github.com/oclif/hello-world/blob/main/package.json)\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 mynewcli\n$ mynewcli COMMAND\nrunning command...\n$ mynewcli (--version)\nmynewcli/0.0.0 darwin-arm64 node-v16.15.0\n$ mynewcli --help [COMMAND]\nUSAGE\n  $ mynewcli COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`mynewcli hello PERSON`](#mynewcli-hello-person)\n* [`mynewcli hello world`](#mynewcli-hello-world)\n* [`mynewcli help [COMMAND]`](#mynewcli-help-command)\n* [`mynewcli plugins`](#mynewcli-plugins)\n* [`mynewcli plugins:install PLUGIN...`](#mynewcli-pluginsinstall-plugin)\n* [`mynewcli plugins:inspect PLUGIN...`](#mynewcli-pluginsinspect-plugin)\n* [`mynewcli plugins:install PLUGIN...`](#mynewcli-pluginsinstall-plugin-1)\n* [`mynewcli plugins:link PLUGIN`](#mynewcli-pluginslink-plugin)\n* [`mynewcli plugins:uninstall PLUGIN...`](#mynewcli-pluginsuninstall-plugin)\n* [`mynewcli plugins:uninstall PLUGIN...`](#mynewcli-pluginsuninstall-plugin-1)\n* [`mynewcli plugins:uninstall PLUGIN...`](#mynewcli-pluginsuninstall-plugin-2)\n* [`mynewcli plugins update`](#mynewcli-plugins-update)\n\n## `mynewcli hello PERSON`\n\nSay hello\n\n```\nUSAGE\n  $ mynewcli hello [PERSON] -f \u003cvalue\u003e\n\nARGUMENTS\n  PERSON  Person to say hello to\n\nFLAGS\n  -f, --from=\u003cvalue\u003e  (required) Whom 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/IPDID/hello-world/blob/v0.0.0/dist/commands/hello/index.ts)_\n\n## `mynewcli hello world`\n\nSay hello world\n\n```\nUSAGE\n  $ mynewcli 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## `mynewcli help [COMMAND]`\n\nDisplay help for mynewcli.\n\n```\nUSAGE\n  $ mynewcli 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 mynewcli.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.10/src/commands/help.ts)_\n\n## `mynewcli plugins`\n\nList installed plugins.\n\n```\nUSAGE\n  $ mynewcli plugins [--core]\n\nFLAGS\n  --core  Show core plugins.\n\nDESCRIPTION\n  List installed plugins.\n\nEXAMPLES\n  $ mynewcli 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## `mynewcli plugins:install PLUGIN...`\n\nInstalls a plugin into the CLI.\n\n```\nUSAGE\n  $ mynewcli 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  $ mynewcli plugins add\n\nEXAMPLES\n  $ mynewcli plugins:install myplugin \n\n  $ mynewcli plugins:install https://github.com/someuser/someplugin\n\n  $ mynewcli plugins:install someuser/someplugin\n```\n\n## `mynewcli plugins:inspect PLUGIN...`\n\nDisplays installation properties of a plugin.\n\n```\nUSAGE\n  $ mynewcli 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  $ mynewcli plugins:inspect myplugin\n```\n\n## `mynewcli plugins:install PLUGIN...`\n\nInstalls a plugin into the CLI.\n\n```\nUSAGE\n  $ mynewcli 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  $ mynewcli plugins add\n\nEXAMPLES\n  $ mynewcli plugins:install myplugin \n\n  $ mynewcli plugins:install https://github.com/someuser/someplugin\n\n  $ mynewcli plugins:install someuser/someplugin\n```\n\n## `mynewcli plugins:link PLUGIN`\n\nLinks a plugin into the CLI for development.\n\n```\nUSAGE\n  $ mynewcli 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  $ mynewcli plugins:link myplugin\n```\n\n## `mynewcli plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ mynewcli 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  $ mynewcli plugins unlink\n  $ mynewcli plugins remove\n```\n\n## `mynewcli plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ mynewcli 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  $ mynewcli plugins unlink\n  $ mynewcli plugins remove\n```\n\n## `mynewcli plugins:uninstall PLUGIN...`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ mynewcli 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  $ mynewcli plugins unlink\n  $ mynewcli plugins remove\n```\n\n## `mynewcli plugins update`\n\nUpdate installed plugins.\n\n```\nUSAGE\n  $ mynewcli 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%2Fmingderwang%2Fmynewcli-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmingderwang%2Fmynewcli-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingderwang%2Fmynewcli-template/lists"}