Skip to content

macro-inc/tauri-plugins

 
 

Repository files navigation

Inkibra Tauri Plugins

This repository contains a collection of Tauri plugins developed by Inkibra. These plugins extend the functionality of Tauri applications, providing various features for iOS platforms.

Available Plugins

Provides authentication APIs for Tauri applications, with seamless integration with iOS keychain.

Handles in-app purchases in Tauri applications for iOS platforms.

Enables sharing content from your Tauri application on iOS platforms.

Provides APIs for displaying and interacting with maps in Tauri applications on iOS.

Installation

Each plugin can be installed separately. Please refer to the individual plugin READMEs for specific installation instructions.

General Setup

Before installing any of the plugins, you need to configure npm to use the GitHub Packages registry for the @inkibra scope:

npm config set @inkibra:registry https://npm.pkg.github.com

For yarn users:

yarn config set @inkibra:registry https://npm.pkg.github.com

For pnpm users:

pnpm config set @inkibra:registry https://npm.pkg.github.com

Usage

Each plugin has its own usage instructions. Please refer to the individual plugin READMEs for detailed usage examples and API documentation.

Contributing

We welcome contributions to these plugins! Please feel free to submit issues and pull requests for any of the plugins in this repository.

License

These plugins are licensed under either of:

  • Apache License, Version 2.0
  • MIT license

at your option.

Acknowledgments

These plugins are maintained by the Inkibra team and the Tauri community.

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 46.9%
  • Rust 30.5%
  • Kotlin 10.3%
  • TypeScript 9.2%
  • Nix 2.3%
  • HTML 0.4%
  • Other 0.4%