Skip to content

Commit

Permalink
chore(template): Replace {{name}} with PLUGIN_NAME (#1087)
Browse files Browse the repository at this point in the history
fixes #1052
  • Loading branch information
FabianLars authored Mar 18, 2024
1 parent d95a1b3 commit 6a6c9da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion shared/template/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "tauri-plugin-{{name}}"
name = "tauri-plugin-PLUGIN_NAME"
version = "0.0.0"
edition.workspace = true
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion shared/template/README.md
Original file line number Diff line number Diff line change
@@ -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 -->

Expand Down
2 changes: 1 addition & 1 deletion shared/template/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 6a6c9da

Please sign in to comment.