tauri/cli/tauri.js
chip 69ac1c5228
Don't recurse directories while displaying tree during info command (#656)
The `tauri info` command displays the directories in the application dir. It only
displays 1 directory deep, but the function finding them recurses all subdirectories.
Limiting finding directories to 1 layer deep significantly reduces time to display
the folder from 9900ms to 4ms on my machine.
2020-06-10 23:07:19 -03:00
..
api feat(tauri) add httpRequest API (#589) 2020-05-11 17:03:58 -03:00
bin test(e2e) add FS API tests (#521) 2020-03-29 23:41:45 -03:00
src Don't recurse directories while displaying tree during info command (#656) 2020-06-10 23:07:19 -03:00
templates feat(tauri) add httpRequest API (#589) 2020-05-11 17:03:58 -03:00
test/jest chore(deps) Update Rust crate serde_json to 1.0.55 (#650) 2020-06-10 11:49:07 -03:00
.env.jest chore(release): version updates (#404) (#405) 2020-02-09 17:03:42 +01:00
.eslintignore chore(release): version updates (#404) (#405) 2020-02-09 17:03:42 +01:00
.eslintrc.js [version updates] Merge Windows Related Changes (#462) (#463) 2020-02-26 18:45:26 -05:00
.gitignore chore(tauri) bump versions to 0.5.0 (#532) version updates (#533) 2020-03-28 16:52:12 +01:00
.npmignore chore(release): version updates (#404) (#405) 2020-02-09 17:03:42 +01:00
app-icon.png chore(updates) version updates (#442) (#443) 2020-02-21 15:42:37 +01:00
babel.config.js chore(tauri) bump versions to 0.5.0 (#532) version updates (#533) 2020-03-28 16:52:12 +01:00
jest.config.js test(e2e) add FS API tests (#521) 2020-03-29 23:41:45 -03:00
LICENSE chore(release): version updates (#404) (#405) 2020-02-09 17:03:42 +01:00
package.json chore(deps) Update Tauri JS CLI (#653) 2020-06-10 11:48:38 -03:00
README.md chore(updates) version updates (#442) (#443) 2020-02-21 15:42:37 +01:00
tsconfig.json chore(tauri.js): Resolve eslint errors (#648) 2020-06-09 22:09:43 -03:00
webpack.config.js chore(tauri) bump versions to 0.5.0 (#532) version updates (#533) 2020-03-28 16:52:12 +01:00
yarn.lock chore(deps) Update Tauri JS CLI (#653) 2020-06-10 11:48:38 -03:00

tauri

A fresh take on creating cross-platform apps.

status Chat Server devto

devto

https://good-labs.github.io/greater-good-affirmation/assets/images/badge.svg support

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

Please visit the main readme for further information about contributing.

Installation

The preferred method is to install this module locally as a dev dependency:

$ npm install --save-dev tauri
$ yarn add --dev tauri

Semver

tauri is following Semantic Versioning 2.0.

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