{"id":22589587,"url":"https://github.com/connorgray/wolfram-cli","last_synced_at":"2025-07-20T08:33:38.546Z","repository":{"id":65535478,"uuid":"562252043","full_name":"ConnorGray/wolfram-cli","owner":"ConnorGray","description":"Unofficial Wolfram command-line interface.","archived":false,"fork":false,"pushed_at":"2024-07-21T17:38:00.000Z","size":418,"stargazers_count":14,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-15T06:36:39.811Z","etag":null,"topics":["command-line-tool","wolfram"],"latest_commit_sha":null,"homepage":"","language":"Mathematica","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/ConnorGray.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}},"created_at":"2022-11-05T19:05:12.000Z","updated_at":"2025-06-15T04:17:27.000Z","dependencies_parsed_at":"2024-03-09T20:29:17.100Z","dependency_job_id":"c3850e29-8a8a-4219-b30b-8feb845068db","html_url":"https://github.com/ConnorGray/wolfram-cli","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ConnorGray/wolfram-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorGray%2Fwolfram-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorGray%2Fwolfram-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorGray%2Fwolfram-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorGray%2Fwolfram-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConnorGray","download_url":"https://codeload.github.com/ConnorGray/wolfram-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConnorGray%2Fwolfram-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266092803,"owners_count":23875544,"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":["command-line-tool","wolfram"],"created_at":"2024-12-08T08:14:06.479Z","updated_at":"2025-07-20T08:33:38.523Z","avatar_url":"https://github.com/ConnorGray.png","language":"Mathematica","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `wolfram-cli`\n\n#### [CLI Documentation](./docs/CommandLineHelp.md) | [*Changelog*](./docs/CHANGELOG.md) | [Contributing](#contributing)\n\n## About\n\nAn unofficial Wolfram command-line interface.\n\n## Usage\n\nSee [**Command Line Help**](./docs/CommandLineHelp.md).\n\n## Installing `wolfram-cli`\n\nThis project is a development prototype, and must be build from source manually.\n\nTo install the `wolfram-cli` command-line tool, first clone this repository:\n\n```shell\n$ git clone https://github.com/ConnorGray/wolfram-cli\n```\n\nNext, install the `ConnorGray/WolframCLI` paclet locally by executing:\n\n```shell\n$ ./wolfram-cli/scripts/install-paclet.wls\n```\n\nFinally, install the `wolfram-cli` executable by invoking\n[`cargo`](https://doc.rust-lang.org/cargo/):\n\n```shell\n$ cargo install --path ./wolfram-cli/crates/wolfram-cli\n```\n\nVerify the installation by executing:\n\n```shell\n$ wolfram-cli\n```\n\nWhich should open an interactive REPL interface.\n\n\n## Features\n\n#### Run paclet tests from the command-line\n\n![`wolfram-paclet-test` output](./docs/media/wolfram-paclet-test-output.gif)\n\n*See also: [`$ wolfram-cli paclet test`](./docs/CommandLineHelp.md#wolfram-cli-paclet-test)*\n\n#### Add custom subcommands via \"WolframCLI\" paclet extensions\n\nGiven an installed paclet that declares the following extension:\n\n```wolfram\nPacletObject[\u003c|\n    ...,\n    \"Extensions\" -\u003e {\n        ...,\n        {\"WolframCLI\",\n            \"Subcommand\" -\u003e \"travel-directions\",\n            \"HandlerFunction\" -\u003e \"MyPackage`HandleTravelDirectionsSubcommand\"\n        }\n    }\n|\u003e]\n```\n\nthen `$ wolfram-cli travel-directions` will be handled by the\n`HandleTravelDirectionsSubcommand[..]` function:\n\n![`wolfram-cli travel-directions` output](./docs/media/wolfram-travel-directions-output.gif)\n\nSee [examples/TravelDirectionsCLI](./examples/TravelDirectionsCLI/) for the\ncomplete example.\n\n\n## Contributing\n\nSee [**Development.md**](./docs/Development.md) for instructions on how to perform\ncommon development tasks.\n\n*See [Maintenance.md](./docs/Maintenance.md) for instructions on how to maintain\nthis project.*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorgray%2Fwolfram-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnorgray%2Fwolfram-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnorgray%2Fwolfram-cli/lists"}