{"id":18821161,"url":"https://github.com/compwright/openrocket-file-utils","last_synced_at":"2026-01-17T20:30:19.604Z","repository":{"id":217888109,"uuid":"743555822","full_name":"compwright/openrocket-file-utils","owner":"compwright","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-18T21:45:04.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-30T03:33:46.326Z","etag":null,"topics":["openrocket","ork"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/compwright/openrocket-file-utils","language":"PHP","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/compwright.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":"2024-01-15T13:42:09.000Z","updated_at":"2024-01-18T15:47:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d70f25e-3747-4db2-895a-7bb9a3b89933","html_url":"https://github.com/compwright/openrocket-file-utils","commit_stats":null,"previous_names":["compwright/openrocket-file-utils"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fopenrocket-file-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fopenrocket-file-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fopenrocket-file-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compwright%2Fopenrocket-file-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compwright","download_url":"https://codeload.github.com/compwright/openrocket-file-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758831,"owners_count":19692034,"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":["openrocket","ork"],"created_at":"2024-11-08T00:34:55.891Z","updated_at":"2026-01-17T20:30:19.542Z","avatar_url":"https://github.com/compwright.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openrocket-file-utils\n\nCommand line tool to generate reports from OpenRocket (.ork) files\n\n## System Requirements\n\n* PHP 8.2 or higher\n* [Composer](https://getcomposer.org)\n\n## Installation\n\nTo install, make sure you have the system requirements installed, and then run:\n\n\u003e $ composer global require compwright/openrocket-file-utils\n\n\u003e Note: this will install into `~/.composer/vendor/bin/`, make sure this directory is in your path:\n\u003e \n\u003e     $ export PATH=~/.composer/vendor/bin:$PATH\n\nTo upgrade, run:\n\n\u003e $ composer global update\n\n## Usage\n\n```\norktools\n\nUsage:\n  command [options] [arguments]\n\nOptions:\n  -h, --help            Display help for the given command. When no command is given display help for the list command\n  -q, --quiet           Do not output any message\n  -V, --version         Display this application version\n      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output\n  -n, --no-interaction  Do not ask any interactive question\n  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n\nAvailable commands:\n  bom         Create a bill of materials (BOM)\n  completion  Dump the shell completion script\n  fin-stats   Get production stats about the fins\n  help        Display help for a command\n  list        List commands\n```\n\n## Commands\n\n### orktools bom\n\n```\nDescription:\n  Create a bill of materials (BOM)\n\nUsage:\n  bom [options] [--] \u003cfile\u003e\n\nArguments:\n  file                  OpenRocket (.ork) file path\n\nOptions:\n  -f, --format=FORMAT   Output format [default: \"ascii\"]\n  -h, --help            Display help for the given command. When no command is given display help for the list command\n  -q, --quiet           Do not output any message\n  -V, --version         Display this application version\n      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output\n  -n, --no-interaction  Do not ask any interactive question\n  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n```\n\n#### Example\n\n```\n$ orktools bom resources/CenturiArrow300.ork\n+----------+-----------------+---------------------------+---------------------+---------+\n| quantity | type            | name                      | manufacturer        | part    |\n+----------+-----------------+---------------------------+---------------------+---------+\n| 1        | nosecone        | Nose Cone, PNC-89         | SEMROC              | BC-846G |\n| 1        | bodytube        | Body Tube, ST-8800        | SEMROC              | ST-8800 |\n| 1        | bulkhead        | Coupler, BTC-8            | SEMROC Astronautics | BTC-8   |\n| 1        | bodytube        | Body Tube, ST-8157        | SEMROC              | ST-8157 |\n| 1        | shockcord       | Shock Cord                |                     |         |\n| 1        | bodytube        | 18mm MMT, ST-730          | SEMROC              | ST-730  |\n| 1        | centeringring   | Centering Ring, CR-78     |                     |         |\n| 1        | engineblock     | Engine Block, TR-7        | SEMROC Astronautics | TR-7    |\n| 1        | trapezoidfinset | Yellow fin                |                     |         |\n| 1        | trapezoidfinset | Yellow fin                |                     |         |\n| 1        | trapezoidfinset | Black fin                 |                     |         |\n| 1        | trapezoidfinset | Black fin                 |                     |         |\n| 1        | bodytube        | Gap                       |                     |         |\n| 1        | bodytube        | 18mm MMT, ST-730          | SEMROC              | ST-730  |\n| 1        | tubecoupler     | Tube Coupler, HTC-7BP     | SEMROC              | HTC-7B  |\n| 1        | engineblock     | Engine Block, TR-7 (half) |                     |         |\n| 1        | trapezoidfinset | Black fin                 |                     |         |\n| 1        | trapezoidfinset | Black fin                 |                     |         |\n| 1        | trapezoidfinset | Black fin                 |                     |         |\n| 1        | trapezoidfinset | Black fin                 |                     |         |\n| 1        | bodytube        | 18mm MMT, ST-730          | SEMROC              | ST-730  |\n| 1        | tubecoupler     | Tube Coupler, HTC-7BP     | SEMROC              | HTC-7B  |\n| 1        | engineblock     | Engine Block, TR-7 (half) |                     |         |\n| 1        | trapezoidfinset | Yellow fin                |                     |         |\n| 1        | trapezoidfinset | Yellow fin                |                     |         |\n| 1        | trapezoidfinset | Yellow fin                |                     |         |\n| 1        | trapezoidfinset | Yellow fin                |                     |         |\n+----------+-----------------+--------- total: 27 -------+---------------------+---------+\n```\n\n### orktools fin-stats\n\n```\nDescription:\n  Get production stats about the fins\n\nUsage:\n  fin-stats [options] [--] \u003cfile\u003e\n\nArguments:\n  file                  OpenRocket (.ork) file path\n\nOptions:\n  -f, --format=FORMAT   Output format [default: \"ascii\"]\n  -h, --help            Display help for the given command. When no command is given display help for the list command\n  -q, --quiet           Do not output any message\n  -V, --version         Display this application version\n      --ansi|--no-ansi  Force (or disable --no-ansi) ANSI output\n  -n, --no-interaction  Do not ask any interactive question\n  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug\n```\n\n#### Example\n\n\u003e Note: units shown are in meters.\n\n```\n$ orktools fin-stats resources/CenturiArrow300.ork\n+------------+------------------+\n| name       | perimeter        |\n+------------+------------------+\n| Yellow fin | 0.17311799578536 |\n| Yellow fin | 0.17311799578536 |\n| Black fin  | 0.17311799578536 |\n| Black fin  | 0.17311799578536 |\n| Black fin  | 0.17311799578536 |\n| Black fin  | 0.17311799578536 |\n| Black fin  | 0.17311799578536 |\n| Black fin  | 0.17311799578536 |\n| Yellow fin | 0.17311799578536 |\n| Yellow fin | 0.17311799578536 |\n| Yellow fin | 0.17311799578536 |\n| Yellow fin | 0.17311799578536 |\n+--- total: 2.0774159494244 ----+\n```\n\n## Output formats\n\nThe following output formats are supported:\n\n* `ascii` (default)\n* `csv`\n* `html`\n* `json`\n\n## License\n\nLicensed under the MIT open source license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Fopenrocket-file-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompwright%2Fopenrocket-file-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompwright%2Fopenrocket-file-utils/lists"}