{"id":15527609,"url":"https://github.com/schlessera/eve","last_synced_at":"2026-06-19T03:31:39.401Z","repository":{"id":253619217,"uuid":"844038069","full_name":"schlessera/eve","owner":"schlessera","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-12T20:08:29.000Z","size":387,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-16T17:34:29.555Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schlessera.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-18T07:24:19.000Z","updated_at":"2024-09-12T20:08:32.000Z","dependencies_parsed_at":"2024-08-22T18:04:44.879Z","dependency_job_id":"0249b3fa-4de2-4d2d-8765-6fb2f77f09cb","html_url":"https://github.com/schlessera/eve","commit_stats":null,"previous_names":["schlessera/eve"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schlessera/eve","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schlessera%2Feve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schlessera%2Feve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schlessera%2Feve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schlessera%2Feve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schlessera","download_url":"https://codeload.github.com/schlessera/eve/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schlessera%2Feve/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34516549,"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-06-19T02:00:06.005Z","response_time":61,"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-10-02T11:07:42.778Z","updated_at":"2026-06-19T03:31:39.366Z","avatar_url":"https://github.com/schlessera.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"eve\n=================\n\nEnhanced Virtual Entity\n\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/eve.svg)](https://npmjs.org/package/eve)\n[![Downloads/week](https://img.shields.io/npm/dw/eve.svg)](https://npmjs.org/package/eve)\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 eve\n$ eve COMMAND\nrunning command...\n$ eve (--version)\neve/0.0.0 linux-x64 node-v20.16.0\n$ eve --help [COMMAND]\nUSAGE\n  $ eve COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`eve hello PERSON`](#eve-hello-person)\n* [`eve hello world`](#eve-hello-world)\n* [`eve help [COMMAND]`](#eve-help-command)\n* [`eve plugins`](#eve-plugins)\n* [`eve plugins add PLUGIN`](#eve-plugins-add-plugin)\n* [`eve plugins:inspect PLUGIN...`](#eve-pluginsinspect-plugin)\n* [`eve plugins install PLUGIN`](#eve-plugins-install-plugin)\n* [`eve plugins link PATH`](#eve-plugins-link-path)\n* [`eve plugins remove [PLUGIN]`](#eve-plugins-remove-plugin)\n* [`eve plugins reset`](#eve-plugins-reset)\n* [`eve plugins uninstall [PLUGIN]`](#eve-plugins-uninstall-plugin)\n* [`eve plugins unlink [PLUGIN]`](#eve-plugins-unlink-plugin)\n* [`eve plugins update`](#eve-plugins-update)\n\n## `eve hello PERSON`\n\nSay hello\n\n```\nUSAGE\n  $ eve 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  $ eve 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/schlessera/eve/blob/v0.0.0/src/commands/hello/index.ts)_\n\n## `eve hello world`\n\nSay hello world\n\n```\nUSAGE\n  $ eve hello world\n\nDESCRIPTION\n  Say hello world\n\nEXAMPLES\n  $ eve hello world\n  hello world! (./src/commands/hello/world.ts)\n```\n\n_See code: [src/commands/hello/world.ts](https://github.com/schlessera/eve/blob/v0.0.0/src/commands/hello/world.ts)_\n\n## `eve help [COMMAND]`\n\nDisplay help for eve.\n\n```\nUSAGE\n  $ eve 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 eve.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.8/src/commands/help.ts)_\n\n## `eve plugins`\n\nList installed plugins.\n\n```\nUSAGE\n  $ eve 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  $ eve plugins\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/index.ts)_\n\n## `eve plugins add PLUGIN`\n\nInstalls a plugin into eve.\n\n```\nUSAGE\n  $ eve 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 eve.\n\n  Uses npm to install plugins.\n\n  Installation of a user-installed plugin will override a core plugin.\n\n  Use the EVE_NPM_LOG_LEVEL environment variable to set the npm loglevel.\n  Use the EVE_NPM_REGISTRY environment variable to set the npm registry.\n\nALIASES\n  $ eve plugins add\n\nEXAMPLES\n  Install a plugin from npm registry.\n\n    $ eve plugins add myplugin\n\n  Install a plugin from a github url.\n\n    $ eve plugins add https://github.com/someuser/someplugin\n\n  Install a plugin from a github slug.\n\n    $ eve plugins add someuser/someplugin\n```\n\n## `eve plugins:inspect PLUGIN...`\n\nDisplays installation properties of a plugin.\n\n```\nUSAGE\n  $ eve 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  $ eve plugins inspect myplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/inspect.ts)_\n\n## `eve plugins install PLUGIN`\n\nInstalls a plugin into eve.\n\n```\nUSAGE\n  $ eve 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 eve.\n\n  Uses npm to install plugins.\n\n  Installation of a user-installed plugin will override a core plugin.\n\n  Use the EVE_NPM_LOG_LEVEL environment variable to set the npm loglevel.\n  Use the EVE_NPM_REGISTRY environment variable to set the npm registry.\n\nALIASES\n  $ eve plugins add\n\nEXAMPLES\n  Install a plugin from npm registry.\n\n    $ eve plugins install myplugin\n\n  Install a plugin from a github url.\n\n    $ eve plugins install https://github.com/someuser/someplugin\n\n  Install a plugin from a github slug.\n\n    $ eve plugins install someuser/someplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/install.ts)_\n\n## `eve plugins link PATH`\n\nLinks a plugin into the CLI for development.\n\n```\nUSAGE\n  $ eve 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  $ eve plugins link myplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/link.ts)_\n\n## `eve plugins remove [PLUGIN]`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ eve 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  $ eve plugins unlink\n  $ eve plugins remove\n\nEXAMPLES\n  $ eve plugins remove myplugin\n```\n\n## `eve plugins reset`\n\nRemove all user-installed and linked plugins.\n\n```\nUSAGE\n  $ eve 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.4.4/src/commands/plugins/reset.ts)_\n\n## `eve plugins uninstall [PLUGIN]`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ eve 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  $ eve plugins unlink\n  $ eve plugins remove\n\nEXAMPLES\n  $ eve plugins uninstall myplugin\n```\n\n_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/uninstall.ts)_\n\n## `eve plugins unlink [PLUGIN]`\n\nRemoves a plugin from the CLI.\n\n```\nUSAGE\n  $ eve 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  $ eve plugins unlink\n  $ eve plugins remove\n\nEXAMPLES\n  $ eve plugins unlink myplugin\n```\n\n## `eve plugins update`\n\nUpdate installed plugins.\n\n```\nUSAGE\n  $ eve 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.4.4/src/commands/plugins/update.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschlessera%2Feve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschlessera%2Feve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschlessera%2Feve/lists"}