瀏覽代碼

feat(npm): add needed items for npq

Daniel Thompson-Yvetot 5 年之前
父節點
當前提交
0c0ac4e1fd
共有 4 個文件被更改,包括 67 次插入3 次删除
  1. 1 1
      LICENSE
  2. 21 0
      cli/tauri.js/LICENSE
  3. 39 0
      cli/tauri.js/README.md
  4. 6 2
      cli/tauri.js/package.json

+ 1 - 1
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

+ 21 - 0
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.

+ 39 - 0
cli/tauri.js/README.md

@@ -0,0 +1,39 @@
+# tauri
+ <img align="right" src="app-icon.png" height="200" width="200">
+
+## 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

+ 6 - 2
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 <team@tauri-apps.org> (https://tauri-apps.org)",
+    "Daniel Thompson-Yvetot <denjell@sfosc.org>",
+    "Lucas Fernandes Gonçalves Nogueira <lucas@quasar.dev>"
+  ],
   "license": "MIT",
   "bugs": {
     "url": "https://github.com/tauri-apps/tauri/issues"