Compare commits

...

2 Commits

Author SHA1 Message Date
a00818017b Minor tweaks 2023-12-26 13:46:06 +01:00
84f973d9dc Fix typo 2023-12-26 13:27:30 +01:00
6 changed files with 73 additions and 72 deletions

View File

@@ -1,6 +1,6 @@
{ {
"project_name": "Lovelace Custom Card", "project_name": "Lovelace Custom Card",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-') ", "project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '-') }}",
"project_file": "{{ cookiecutter.project_slug.replace('lovelace-', '') ", "project_file": "{{ cookiecutter.project_slug.replace('lovelace-', '') }}",
"author": "Thomas Lovén" "author": "Thomas Lovén"
} }

View File

View File

@@ -1,2 +1,3 @@
{{ cookiecutter.project_file }}.js binary {{ cookiecutter.project_file }}.js binary
package-lock.json.binary src/{{ cookiecutter.project_file }}.js -binary
package-lock.json binary