{"id":21269680,"url":"https://github.com/b3none/sourceposer-cli","last_synced_at":"2025-10-30T03:38:52.231Z","repository":{"id":38883520,"uuid":"426031761","full_name":"B3none/sourceposer-cli","owner":"B3none","description":"SourceMod plugin management cli (Work in progress)","archived":false,"fork":false,"pushed_at":"2024-05-01T14:38:50.000Z","size":1246,"stargazers_count":5,"open_issues_count":15,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-29T22:47:57.761Z","etag":null,"topics":["cli","sourcemod","sourcepawn","typescript"],"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/B3none.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":"2021-11-08T23:56:13.000Z","updated_at":"2024-02-27T21:14:42.000Z","dependencies_parsed_at":"2024-05-02T09:44:52.385Z","dependency_job_id":"41b3eb6c-ace4-4707-9cde-ef6fbd07db7f","html_url":"https://github.com/B3none/sourceposer-cli","commit_stats":null,"previous_names":["b3none/sourceposer-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B3none%2Fsourceposer-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B3none%2Fsourceposer-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B3none%2Fsourceposer-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/B3none%2Fsourceposer-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/B3none","download_url":"https://codeload.github.com/B3none/sourceposer-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225693747,"owners_count":17509227,"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":["cli","sourcemod","sourcepawn","typescript"],"created_at":"2024-11-21T08:09:58.915Z","updated_at":"2025-10-30T03:38:47.199Z","avatar_url":"https://github.com/B3none.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sourceposer\n=================\n\nSourceMod plugin management cli (work in progress)\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/sourceposer/sourceposer-cli/blob/master/package.json)\n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g sourceposer\n$ sourceposer COMMAND\nrunning command...\n$ sourceposer (--version)\nsourceposer/0.0.0 linux-x64 node-v18.4.0\n$ sourceposer --help [COMMAND]\nUSAGE\n  $ sourceposer COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n\n# Commands\n\u003c!-- commands --\u003e\n* [`sourceposer help [COMMAND]`](#sourceposer-help-command)\n* [`sourceposer i [PLUGIN]`](#sourceposer-i-plugin)\n* [`sourceposer init`](#sourceposer-init)\n* [`sourceposer install [PLUGIN]`](#sourceposer-install-plugin)\n* [`sourceposer update [PLUGIN]`](#sourceposer-update-plugin)\n\n## `sourceposer help [COMMAND]`\n\nDisplay help for sourceposer.\n\n```\nUSAGE\n  $ sourceposer 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 sourceposer.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v5.1.12/src/commands/help.ts)_\n\n## `sourceposer i [PLUGIN]`\n\ninstall a new plugin\n\n```\nUSAGE\n  $ sourceposer i [PLUGIN]\n\nARGUMENTS\n  PLUGIN  Plugin to install, example: b3none/retakes-autoplant\n\nDESCRIPTION\n  install a new plugin\n\nALIASES\n  $ sourceposer i\n```\n\n## `sourceposer init`\n\ninitialise sourceposer for this SourceMod installation\n\n```\nUSAGE\n  $ sourceposer init\n\nDESCRIPTION\n  initialise sourceposer for this SourceMod installation\n```\n\n_See code: [dist/commands/init.ts](https://github.com/b3none/sourceposer/blob/v0.0.0/dist/commands/init.ts)_\n\n## `sourceposer install [PLUGIN]`\n\ninstall a new plugin\n\n```\nUSAGE\n  $ sourceposer install [PLUGIN]\n\nARGUMENTS\n  PLUGIN  Plugin to install, example: b3none/retakes-autoplant\n\nDESCRIPTION\n  install a new plugin\n\nALIASES\n  $ sourceposer i\n```\n\n_See code: [dist/commands/fetch.ts](https://github.com/b3none/sourceposer/blob/v0.0.0/dist/commands/install.ts)_\n\n## `sourceposer update [PLUGIN]`\n\nupdate existing plugins\n\n```\nUSAGE\n  $ sourceposer update [PLUGIN]\n\nARGUMENTS\n  PLUGIN  Plugin to update, example: b3none/retakes-autoplant\n\nDESCRIPTION\n  update existing plugins\n```\n\n_See code: [dist/commands/update.ts](https://github.com/b3none/sourceposer/blob/v0.0.0/dist/commands/update.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb3none%2Fsourceposer-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fb3none%2Fsourceposer-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fb3none%2Fsourceposer-cli/lists"}