{"id":20272289,"url":"https://github.com/ogoodness/slippi-cli","last_synced_at":"2025-10-25T08:07:08.057Z","repository":{"id":57363246,"uuid":"339848356","full_name":"OGoodness/slippi-cli","owner":"OGoodness","description":"CLI Wrapper for the Slippi-JS node module","archived":false,"fork":false,"pushed_at":"2021-03-05T22:44:09.000Z","size":2159,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T06:04:31.298Z","etag":null,"topics":["cli","slippi","slippi-cli","slp","smash-bros"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/slippi-cli","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/OGoodness.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}},"created_at":"2021-02-17T20:32:22.000Z","updated_at":"2021-08-09T20:05:04.000Z","dependencies_parsed_at":"2022-09-06T09:40:51.002Z","dependency_job_id":null,"html_url":"https://github.com/OGoodness/slippi-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OGoodness%2Fslippi-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OGoodness%2Fslippi-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OGoodness%2Fslippi-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OGoodness%2Fslippi-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OGoodness","download_url":"https://codeload.github.com/OGoodness/slippi-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345276,"owners_count":21088242,"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","slippi","slippi-cli","slp","smash-bros"],"created_at":"2024-11-14T12:42:46.067Z","updated_at":"2025-10-25T08:07:03.035Z","avatar_url":"https://github.com/OGoodness.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"slippi-cli\n====\nSlippi-cli Description\n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/slippi-cli.svg)](https://npmjs.org/package/slippi-cli)\n[![Codecov](https://codecov.io/gh/OGoodness/slippi-cli/branch/master/graph/badge.svg)](https://codecov.io/gh/OGoodness/slippi-cli)\n[![Downloads/week](https://img.shields.io/npm/dw/slippi-cli.svg)](https://npmjs.org/package/slippi-cli)\n[![License](https://img.shields.io/npm/l/slippi-cli.svg)](https://github.com/OGoodness/slippi-cli/blob/master/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 slippi-cli\n$ slp COMMAND\nrunning command...\n$ slp (-v|--version|version)\nslippi-cli/0.0.5 linux-x64 node-v10.19.0\n$ slp --help [COMMAND]\nUSAGE\n  $ slp COMMAND\n...\n```\n![](etc/media/Slippi-cli-demo.gif)\n\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`slp help [COMMAND]`](#slp-help-command)\n* [`slp stats [FILE]`](#slp-stats-file)\n\n## `slp help [COMMAND]`\n\ndisplay help for slp\n\n```\nUSAGE\n  $ slp help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_\n\n## `slp stats [FILE]`\n\ndescribe the command here\n\n```\nUSAGE\n  $ slp stats [FILE]\n\nARGUMENTS\n  FILE  (a|b) [default: world] output file\n\nOPTIONS\n  -d, --dir=dir        [default: ] Directory(s) to scan and get stats from\n  -f, --file=file      [default: ] File(s) to pull stats from\n  -o, --output=output  File to save JSON output\n  -p, --path=path      Path to get value in JSON output\n  -s, --silent         If you do not want the loading bar to show\n  -t, --time           Calculate Total Time from File(s)\n\nEXAMPLE\n\n       $ slp stats -d slippi-dir -o output.json\n         .... (saves the output to output.json)\n       $ slp stats -d slippi-dir -f game.slp -t\n       {\n         \"frames\": 17838451,\n         \"seconds\": 297307.51666666666,\n         \"minutes\": 4955.125277777778,\n         \"hours\": 82.5854212962963,\n         \"days\": 3.4410592206790125,\n         \"averageGame\": \"1.9868184754521965 Minutes Per Game\",\n         \"fileCount\": 2494\n       }\n\n       $ slp stats -f game.slp -p 'overall[0].inputCounts'\n       {\n         \"inputCounts\": {\n           \"buttons\": 16,\n           \"triggers\": 5,\n           \"cstick\": 0,\n           \"joystick\": 15,\n           \"total\": 36\n         }\n       }\n```\n\n_See code: [src/commands/stats.ts](https://github.com/OGoodness/slippi-cli/blob/v0.0.5/src/commands/stats.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogoodness%2Fslippi-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fogoodness%2Fslippi-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogoodness%2Fslippi-cli/lists"}