{"id":20239255,"url":"https://github.com/alexvyber/genstuff","last_synced_at":"2025-04-10T19:40:24.934Z","repository":{"id":80624690,"uuid":"606034585","full_name":"alexvyber/genstuff","owner":"alexvyber","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-04T16:22:22.000Z","size":1074,"stargazers_count":7,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T17:25:08.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/alexvyber.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-02-24T13:00:47.000Z","updated_at":"2025-04-04T16:22:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ef5b265-51a2-46cb-bbf7-5c2289314b23","html_url":"https://github.com/alexvyber/genstuff","commit_stats":{"total_commits":42,"total_committers":1,"mean_commits":42.0,"dds":0.0,"last_synced_commit":"86e983ded80145a54717bbc1f88434477b32a3c0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvyber%2Fgenstuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvyber%2Fgenstuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvyber%2Fgenstuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexvyber%2Fgenstuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexvyber","download_url":"https://codeload.github.com/alexvyber/genstuff/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248281420,"owners_count":21077423,"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-14T08:38:10.897Z","updated_at":"2025-04-10T19:40:24.864Z","avatar_url":"https://github.com/alexvyber.png","language":null,"readme":"genstuff\n=================\n\nA new CLI generated with oclif\n\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/genstuff.svg)](https://npmjs.org/package/genstuff)\n[![Downloads/week](https://img.shields.io/npm/dw/genstuff.svg)](https://npmjs.org/package/genstuff)\n\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 mycli123\n$ mycli123 COMMAND\nrunning command...\n$ mycli123 (--version)\nmycli123/0.0.0 darwin-arm64 node-v20.12.2\n$ mycli123 --help [COMMAND]\nUSAGE\n  $ mycli123 COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`mycli123 hello PERSON`](#mycli123-hello-person)\n* [`mycli123 hello world`](#mycli123-hello-world)\n* [`mycli123 help [COMMAND]`](#mycli123-help-command)\n* [`mycli123 plugins`](#mycli123-plugins)\n* [`mycli123 plugins add PLUGIN`](#mycli123-plugins-add-plugin)\n* [`mycli123 plugins:inspect PLUGIN...`](#mycli123-pluginsinspect-plugin)\n* [`mycli123 plugins install PLUGIN`](#mycli123-plugins-install-plugin)\n* [`mycli123 plugins link PATH`](#mycli123-plugins-link-path)\n* [`mycli123 plugins remove [PLUGIN]`](#mycli123-plugins-remove-plugin)\n* [`mycli123 plugins reset`](#mycli123-plugins-reset)\n* [`mycli123 plugins uninstall [PLUGIN]`](#mycli123-plugins-uninstall-plugin)\n* [`mycli123 plugins unlink [PLUGIN]`](#mycli123-plugins-unlink-plugin)\n* [`mycli123 plugins update`](#mycli123-plugins-update)\n\n## `mycli123 hello PERSON`\n\nSay hello\n\n```\nUSAGE\n  $ mycli123 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  $ mycli123 hello friend --from oclif\n  hello friend from oclif! (./src/commands/hello/index.ts)\n```\n\n_See code: [src/commands/hello/index.ts](https://github.com/mdonnalley/mycli123/blob/v0.0.0/src/commands/hello/index.ts)_\n\n## `mycli123 hello world`\n\nSay hello world\n\n```\nUSAGE\n  $ mycli123 hello world\n\nDESCRIPTION\n  Say hello world\n\nEXAMPLES\n  $ mycli123 hello world\n  hello world! (./src/commands/hello/world.ts)\n```\n\n_See code: [src/commands/hello/world.ts](https://github.com/mdonnalley/mycli123/blob/v0.0.0/src/commands/hello/world.ts)_\n\n## `mycli123 help [COMMAND]`\n\nDisplay help for mycli123.\n\n```\nUSAGE\n  $ mycli123 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 mycli123.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.0.21/src/commands/help.ts)_\n\n## `mycli123 plugins`\n\nList installed plugins.\n\n```\nUSAGE\n  $ mycli123 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  $ mycli123 plugins\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.16/src/commands/plugins/index.ts)_\n\n## `mycli123 plugins add PLUGIN`\n\nInstalls a plugin into mycli123.\n\n```\nUSAGE\n  $ mycli123 plugins add PLUGIN... [--json] [-f] [-h] [-s | -v]\n\nARGUMENTS\n  PLUGIN...  Plugin to install.\n\nFLAGS\n  -f, --force    Force npm to fetch remote resources even if a local copy exists on disk.\n  -h, --help     Show CLI help.\n  -s, --silent   Silences npm output.\n  -v, --verbose  Show verbose npm output.\n\nGLOBAL FLAGS\n  --json  Format output as json.\n\nDESCRIPTION\n  Installs a plugin into mycli123.\n\n  Uses bundled npm executable to install plugins into /Users/mdonnalley/.local/share/mycli123\n\n  Installation of a user-installed plugin will override a core plugin.\n\n  Use the MYCLI123_NPM_LOG_LEVEL environment variable to set the npm loglevel.\n  Use the MYCLI123_NPM_REGISTRY environment variable to set the npm registry.\n\nALIASES\n  $ mycli123 plugins add\n\nEXAMPLES\n  Install a plugin from npm registry.\n\n    $ mycli123 plugins add myplugin\n\n  Install a plugin from a github url.\n\n    $ mycli123 plugins add https://github.com/someuser/someplugin\n\n  Install a plugin from a github slug.\n\n    $ mycli123 plugins add someuser/someplugin\n```\n\n## `mycli123 plugins:inspect PLUGIN...`\n\nDisplays installation properties of a plugin.\n\n```\nUSAGE\n  $ mycli123 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  $ mycli123 plugins inspect myplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.16/src/commands/plugins/inspect.ts)_\n\n## `mycli123 plugins install PLUGIN`\n\nInstalls a plugin into mycli123.\n\n```\nUSAGE\n  $ mycli123 plugins install PLUGIN... [--json] [-f] [-h] [-s | -v]\n\nARGUMENTS\n  PLUGIN...  Plugin to install.\n\nFLAGS\n  -f, --force    Force npm to fetch remote resources even if a local copy exists on disk.\n  -h, --help     Show CLI help.\n  -s, --silent   Silences npm output.\n  -v, --verbose  Show verbose npm output.\n\nGLOBAL FLAGS\n  --json  Format output as json.\n\nDESCRIPTION\n  Installs a plugin into mycli123.\n\n  Uses bundled npm executable to install plugins into /Users/mdonnalley/.local/share/mycli123\n\n  Installation of a user-installed plugin will override a core plugin.\n\n  Use the MYCLI123_NPM_LOG_LEVEL environment variable to set the npm loglevel.\n  Use the MYCLI123_NPM_REGISTRY environment variable to set the npm registry.\n\nALIASES\n  $ mycli123 plugins add\n\nEXAMPLES\n  Install a plugin from npm registry.\n\n    $ mycli123 plugins install myplugin\n\n  Install a plugin from a github url.\n\n    $ mycli123 plugins install https://github.com/someuser/someplugin\n\n  Install a plugin from a github slug.\n\n    $ mycli123 plugins install someuser/someplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.16/src/commands/plugins/install.ts)_\n\n## `mycli123 plugins link PATH`\n\nLinks a plugin into the CLI for development.\n\n```\nUSAGE\n  $ mycli123 plugins link PATH [-h] [--install] [-v]\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  $ mycli123 plugins link myplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.16/src/commands/plugins/link.ts)_\n\n## `mycli123 plugins remove [PLUGIN]`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ mycli123 plugins remove [PLUGIN...] [-h] [-v]\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  $ mycli123 plugins unlink\n  $ mycli123 plugins remove\n\nEXAMPLES\n  $ mycli123 plugins remove myplugin\n```\n\n## `mycli123 plugins reset`\n\nRemove all user-installed and linked plugins.\n\n```\nUSAGE\n  $ mycli123 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/v5.0.16/src/commands/plugins/reset.ts)_\n\n## `mycli123 plugins uninstall [PLUGIN]`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ mycli123 plugins uninstall [PLUGIN...] [-h] [-v]\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  $ mycli123 plugins unlink\n  $ mycli123 plugins remove\n\nEXAMPLES\n  $ mycli123 plugins uninstall myplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.0.16/src/commands/plugins/uninstall.ts)_\n\n## `mycli123 plugins unlink [PLUGIN]`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ mycli123 plugins unlink [PLUGIN...] [-h] [-v]\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  $ mycli123 plugins unlink\n  $ mycli123 plugins remove\n\nEXAMPLES\n  $ mycli123 plugins unlink myplugin\n```\n\n## `mycli123 plugins update`\n\nUpdate installed plugins.\n\n```\nUSAGE\n  $ mycli123 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/v5.0.16/src/commands/plugins/update.ts)_\n\u003c!-- commandsstop --\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexvyber%2Fgenstuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexvyber%2Fgenstuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexvyber%2Fgenstuff/lists"}