{"id":15013171,"url":"https://github.com/buildyourwebapp/tauri-plugin-sharesheet","last_synced_at":"2025-04-12T04:21:10.872Z","repository":{"id":254141970,"uuid":"845615443","full_name":"buildyourwebapp/tauri-plugin-sharesheet","owner":"buildyourwebapp","description":"Tauri v2 plugin for interacting with the Android Sharesheet and iOS Share Pane","archived":false,"fork":false,"pushed_at":"2024-08-29T19:11:45.000Z","size":93,"stargazers_count":10,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T23:51:22.647Z","etag":null,"topics":["android","ios","tauri","tauri-plugin","tauri-v2"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/buildyourwebapp.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-21T15:32:33.000Z","updated_at":"2025-02-13T23:17:57.000Z","dependencies_parsed_at":"2024-08-29T00:31:16.079Z","dependency_job_id":"a4ef52fd-86cd-466b-b11c-4565cf89e320","html_url":"https://github.com/buildyourwebapp/tauri-plugin-sharesheet","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.1875,"last_synced_commit":"c11aa05040fd12197bc498cb4a5b6aa7f8ca1c75"},"previous_names":["mattyg/tauri-plugin-sharesheet"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildyourwebapp%2Ftauri-plugin-sharesheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildyourwebapp%2Ftauri-plugin-sharesheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildyourwebapp%2Ftauri-plugin-sharesheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildyourwebapp%2Ftauri-plugin-sharesheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildyourwebapp","download_url":"https://codeload.github.com/buildyourwebapp/tauri-plugin-sharesheet/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248514411,"owners_count":21116961,"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":["android","ios","tauri","tauri-plugin","tauri-v2"],"created_at":"2024-09-24T19:43:51.294Z","updated_at":"2025-04-12T04:21:10.827Z","avatar_url":"https://github.com/buildyourwebapp.png","language":"JavaScript","funding_links":[],"categories":["Development"],"sub_categories":["Plugins"],"readme":"Share content to other apps via the Android Sharesheet or iOS Share Pane.\n\n## Install\n\n_This plugin requires a Rust version of at least **1.65**_\n\nThere are three general methods of installation that we can recommend.\n\n1. Use crates.io and npm (easiest, and requires you to trust that our publishing pipeline worked)\n2. Pull sources directly from Github using git tags / revision hashes (most secure)\n3. Git submodule install this repo in your tauri project and then use file protocol to ingest the source (most secure, but inconvenient to use)\n\nInstall the Core plugin by adding the following to your `Cargo.toml` file:\n\n`src-tauri/Cargo.toml`\n\n```toml\n[dependencies]\ntauri-plugin-sharesheet = \"0.0.1\"\n  # alternatively with Git:\ntauri-plugin-sharesheet = { git = \"https://github.com/buildyourwebapp/tauri-plugin-sharesheet\" }\n```\n\nYou can install the JavaScript Guest bindings using your preferred JavaScript package manager:\n\n\u003e Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.\n\n\u003c!-- Add the branch for installations using git! --\u003e\n\n```sh\npnpm add @buildyourwebapp/tauri-plugin-sharesheet\n# or\nnpm add @buildyourwebapp/tauri-plugin-sharesheet\n# or\nyarn add @buildyourwebapp/tauri-plugin-sharesheet\n\n# alternatively with Git:\npnpm add https://github.com/buildyourwebapp/tauri-plugin-sharesheet\n# or\nnpm add https://github.com/buildyourwebapp/tauri-plugin-sharesheet\n# or\nyarn add https://github.com/buildyourwebapp/tauri-plugin-sharesheet\n```\n\n## Usage\n\nFirst you need to register the core plugin with Tauri:\n\n`src-tauri/src/main.rs`\n\n```rust\nfn main() {\n    tauri::Builder::default()\n        .plugin(tauri_plugin_sharesheet::init())\n        .run(tauri::generate_context!())\n        .expect(\"error while running tauri application\");\n}\n```\n\nAfterwards all the plugin's APIs are available through the JavaScript guest bindings:\n\n```javascript\nimport { shareText } from \"@buildyourwebapp/tauri-plugin-sharesheet\";\nshareText('Tauri is great!');\n```\n\n## Contributing\n\nPRs accepted. Please make sure to read the Contributing Guide before making a pull request.\n\n## License\n\nMIT or APACHE-2.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildyourwebapp%2Ftauri-plugin-sharesheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildyourwebapp%2Ftauri-plugin-sharesheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildyourwebapp%2Ftauri-plugin-sharesheet/lists"}