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

fixes #1052
This commit is contained in:
Fabian-Lars
2024-03-18 09:40:14 +01:00
committed by GitHub
parent d95a1b382f
commit 6a6c9daeb2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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": [