diff --git a/LICENSE b/LICENSE index 76b8255d3..b08530d59 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 - Present Quasar Framework Contributors, Boscop, Serge Zaitsev +Copyright (c) 2017 - Present Tauri Apps Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cli/tauri.js/LICENSE b/cli/tauri.js/LICENSE new file mode 100644 index 000000000..b2a2018a5 --- /dev/null +++ b/cli/tauri.js/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 - Present - Tauri Apps Contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/cli/tauri.js/README.md b/cli/tauri.js/README.md new file mode 100644 index 000000000..2f8456dd1 --- /dev/null +++ b/cli/tauri.js/README.md @@ -0,0 +1,39 @@ +# tauri + + +## 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-apps.org) + +[![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 globally: +``` +$ npm install --global tauri +``` + +You can also add it to your project and use it locally - maybe helpful for some CI pipelines: +``` +$ yarn add --dev tauri +``` + +## License +MIT \ No newline at end of file diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index 92c7830d9..d0efecdf4 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -1,6 +1,6 @@ { "name": "tauri", - "version": "0.1.4", + "version": "0.1.5", "description": "Multi-binding collection of libraries and templates for building Tauri apps", "bin": { "tauri": "./bin/tauri.js" @@ -19,7 +19,11 @@ "type": "git", "url": "git+https://github.com/tauri-apps/tauri.git" }, - "author": "Tauri Apps", + "contributors": [ + "Tauri Team (https://tauri-apps.org)", + "Daniel Thompson-Yvetot ", + "Lucas Fernandes Gonçalves Nogueira " + ], "license": "MIT", "bugs": { "url": "https://github.com/tauri-apps/tauri/issues"