Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xinyao27/tauri-utils
Useful utilities for Tauri apps and modules
https://github.com/xinyao27/tauri-utils
Last synced: about 1 month ago
JSON representation
Useful utilities for Tauri apps and modules
- Host: GitHub
- URL: https://github.com/xinyao27/tauri-utils
- Owner: xinyao27
- License: mit
- Created: 2022-12-21T02:20:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T06:59:54.000Z (about 2 years ago)
- Last Synced: 2024-11-18T10:12:07.010Z (about 1 month ago)
- Language: TypeScript
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# tauri-utils
[![NPM version](https://img.shields.io/npm/v/tauri-utils?color=a1b858&label=)](https://www.npmjs.com/package/tauri-utils)
Useful utilities for Tauri apps and modules
## Install
```bash
npm install tauri-util
```## Usage
```js
import { is } from 'tauri-utils'console.log(await is.macos())
// => true
```## License
[MIT](./LICENSE) License © 2022 [chenyueban](https://github.com/chenyueban)