tauri/cli/tauri.js/README.md

44 lines
1.9 KiB
Markdown
Raw Normal View History

2019-12-03 22:06:59 +03:00
# tauri
<img align="right" src="app-icon.png" height="128" width="128">
2019-12-03 22:06:59 +03:00
## A fresh take on creating cross-platform apps.
[![status](https://img.shields.io/badge/Status-Early%20Alpha-yellow.svg)](https://github.com/quasarframework/quasar/tree/tauri)
[![Chat Server](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/SpmNs4S)
[![devto](https://img.shields.io/badge/blog-dev.to-black.svg)](https://dev.to/tauri)
![](https://img.shields.io/github/workflow/status/tauri-apps/tauri/test%20library?label=test%20library
)
[![devto](https://img.shields.io/badge/documentation-site-purple.svg)](https://tauri.studio)
2019-12-03 22:06:59 +03:00
[![https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg](https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg)](https://good-labs.github.io/greater-good-affirmation)
[![support](https://img.shields.io/badge/sponsor-Opencollective-blue.svg)](https://opencollective.com/tauri)
Tauri is a tool for building tiny, blazing fast binaries for all major desktop platforms. You can use any front-end framework that compiles to HTML,JS and CSS for building your interface.
| Component | Version |
|-----------|---------|
| tauri.js | ![](https://img.shields.io/npm/v/tauri.svg)
Please visit the main readme for further information about contributing.
## Installation
The preferred method is to install this module locally as a dev dependency:
2019-12-03 22:06:59 +03:00
```
$ npm install --save-dev tauri
2019-12-03 22:06:59 +03:00
$ yarn add --dev tauri
```
## Semver
**tauri** is following [Semantic Versioning 2.0](https://semver.org/).
## Licenses
Code: (c) 2015 - present - Daniel Thompson-Yvetot, Lucas Nogueira, Tensor, Boscop, Serge Zaitsev, George Burton and all the other amazing contributors.
MIT or MIT/Apache where applicable.
Logo: CC-BY-NC-ND
- Original Tauri Logo Designs by [Daniel Thompson-Yvetot](https://github.com/nothingismagick) and [Guillaume Chau](https://github.com/akryum)