Files
tauri/cli/tauri.js
Noah Klayman de68a86c8c Refactor tauri.js to move command code outside of bin files (#140)
* refactor(tauri.js): move command code into helpers

* reafactor(tauri.js): move command helpers to api dir

* fix(tauri.js/tests): import tauricon from proper dir

* fix(tauri.js/tests): add api dir to moduleNameMapper
2019-12-10 21:44:49 +01:00
..
2019-11-30 09:01:50 -03:00
2019-11-27 19:26:24 -03:00
2019-11-27 19:26:24 -03:00
2019-11-30 15:39:13 -03:00
2019-11-30 08:48:39 -03:00
2019-11-27 19:26:24 -03:00
2019-12-03 20:06:59 +01:00
2019-12-03 20:06:59 +01: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 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