chore(template): Replace {{name}} with PLUGIN_NAME (#1087)

fixes #1052
pull/1090/head
Fabian-Lars 1 year ago committed by GitHub
parent d95a1b382f
commit 6a6c9daeb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
[package]
name = "tauri-plugin-{{name}}"
name = "tauri-plugin-PLUGIN_NAME"
version = "0.0.0"
edition.workspace = true
authors.workspace = true

@ -1,4 +1,4 @@
![{{plugin name}}](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/{{plugin name}}/banner.png)
![PLUGIN_NAME](https://github.com/tauri-apps/plugins-workspace/raw/v1/plugins/PLUGIN_NAME/banner.png)
<!-- description -->

@ -1,5 +1,5 @@
{
"name": "tauri-plugin-{{name}}-api",
"name": "tauri-plugin-PLUGIN_NAME-api",
"version": "0.0.0",
"license": "MIT or APACHE-2.0",
"authors": [

Loading…
Cancel
Save