Compare commits
2 Commits
bdd99e9374
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| a00818017b | |||
| 84f973d9dc |
@@ -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"
|
||||||
}
|
}
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user