tauri/cli/tauri.js
renovate[bot] c059bf101b chore(deps) Update dependency husky to v4.0.10 (#329)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-15 16:16:54 +01:00
..
bin feat(tauri.js) add tauri info command (#236) 2019-12-27 20:37:21 -03:00
src chore(tauri.js) default config with all API enabled and distDir fixed (#307) 2020-01-10 23:32:10 +01:00
templates Feat(CLI) Icon Check fix: #309 (#310) 2020-01-12 20:27:35 -05:00
test/jest fix(tauri.js): Fix file paths in tauricon (#240) 2019-12-29 12:24:15 +01:00
.env.jest chore(monorepo): cleanup (#73) 2019-11-27 19:26:24 -03:00
.eslintignore chore(monorepo): cleanup (#73) 2019-11-27 19:26:24 -03:00
.eslintrc.js [needs review] Convert tauri.js to typescript (#203) 2019-12-24 09:40:03 -03:00
.gitignore feat(tauri) use config as JSON (#214) 2019-12-26 15:24:36 +01:00
.npmignore fix(js-cli) npmignore wrong on windows 2019-12-05 08:17:50 -03:00
api.js feat(tauri.js) add API endpoint proxy, closes #197 (#241) 2019-12-29 09:14:49 -03:00
jest.config.js Refactor tauri.js to move command code outside of bin files (#140) 2019-12-10 21:44:49 +01:00
LICENSE feat(npm): add needed items for npq 2019-12-03 20:06:59 +01:00
package.json chore(deps) Update dependency husky to v4.0.10 (#329) 2020-01-15 16:16:54 +01:00
README.md feat(npm): add needed items for npq 2019-12-03 20:06:59 +01:00
tsconfig.json [needs review] Convert tauri.js to typescript (#203) 2019-12-24 09:40:03 -03:00
webpack.config.js feat(tauri.js) add tauri info command (#236) 2019-12-27 20:37:21 -03:00
yarn.lock chore(deps) Update dependency husky to v4.0.10 (#329) 2020-01-15 16:16:54 +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