chore(readme): rename rust cli to bundler (#278)

This should resolve some challenges with understanding the parts of tauri, especially why there are multiple CLIs. Until we have a rust-only CLI, or naming convention should probably refer to the bundler everywhere.
This commit is contained in:
nothingismagick 2020-01-03 11:59:17 +01:00 committed by GitHub
parent 0602449d8b
commit 0f5d21a564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -18,9 +18,9 @@ Tauri is a tool for building tiny, blazing fast binaries for all major desktop p
| Component | Version | Lin | Win | Mac |
|-----------|---------|-----|-----|-----|
| tauri.js | ![](https://img.shields.io/npm/v/tauri.svg) |✅|✅|✅|
| tauri | ![](https://img.shields.io/crates/v/tauri.svg) |✅|✅|✅|
| tauri CLI | ![](https://img.shields.io/crates/v/tauri-cli.svg) |✅|✅|✅ |
| tauri.js CLI | ![](https://img.shields.io/npm/v/tauri.svg) |✅|✅|✅|
| tauri core | ![](https://img.shields.io/crates/v/tauri.svg) |✅|✅|✅|
| tauri bundler | ![](https://img.shields.io/crates/v/tauri-cli.svg) |✅|✅|✅ |
## Who Tauri is For
Because of the way Tauri has been built and can be extended, developers
@ -48,7 +48,7 @@ What will you make?
Tauri has five major components:
- [Node.js CLI](https://github.com/tauri-apps/tauri/tree/dev/cli/tauri.js) for creating, developing and building apps
- [Rust Core](https://github.com/tauri-apps/tauri/tree/dev/tauri) for binding to the low level WEBVIEW and providing a tree-shakeable API
- [Rust CLI](https://github.com/tauri-apps/tauri/tree/dev/cli/tauri-cli) for manufacturing the final binaries
- [Rust Bundler](https://github.com/tauri-apps/tauri/tree/dev/cli/tauri-cli) for manufacturing the final binaries
- [Rust Bindings](https://github.com/Boscop/web-view) for Webviews
- [Webview](https://github.com/Boscop/web-view/tree/master/webview-sys)
Low level library for creating and interfacing with OS "native" webviews