{"id":20625371,"url":"https://github.com/insign/dart_executable","last_synced_at":"2025-09-26T15:31:35.203Z","repository":{"id":65564355,"uuid":"594838478","full_name":"insign/dart_executable","owner":"insign","description":"Simple dart class to deal with executables ","archived":false,"fork":false,"pushed_at":"2024-07-01T17:30:02.000Z","size":24,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-16T13:09:22.209Z","etag":null,"topics":["dart"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/executable","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insign.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-01-29T19:41:34.000Z","updated_at":"2024-09-25T07:11:15.000Z","dependencies_parsed_at":"2023-11-20T10:58:45.004Z","dependency_job_id":null,"html_url":"https://github.com/insign/dart_executable","commit_stats":{"total_commits":13,"total_committers":1,"mean_commits":13.0,"dds":0.0,"last_synced_commit":"64bba3e0d5aa20166a30ca172b419288477588f5"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insign%2Fdart_executable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insign%2Fdart_executable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insign%2Fdart_executable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insign%2Fdart_executable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insign","download_url":"https://codeload.github.com/insign/dart_executable/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234319577,"owners_count":18813552,"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":["dart"],"created_at":"2024-11-16T13:09:25.380Z","updated_at":"2025-09-26T15:31:29.910Z","avatar_url":"https://github.com/insign.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"The executable package is a simple Dart library for dealing with executables. It provides a class called Executable which makes it easy to find the path to an executable and check if it exists on the system.\n\n## Getting started\n\n```dart\ndart pub add executable\n```\n## Usage\n\n```dart\nimport 'package:executable/executable.dart';\n\nvoid main() {\n  final cp = Executable('cp');\n  if (cp.existsSync()) {\n    final path = cp.findSync();\n    print('The path to ${cp.cmd} executable is $path.');\n  } else {\n    print('The executable ${cp.cmd} was not found on your system.');\n  }\n}\n```\n\n## LICENSE\n\n[BSD 3-Clause License](./LICENSE)\n\n## CONTRIBUTE\nWe welcome contributions to the `executable` package. If you have an idea for a new feature or have found a bug, just do a pull request (PR).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsign%2Fdart_executable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsign%2Fdart_executable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsign%2Fdart_executable/lists"}