8 lines
227 B
JSON
8 lines
227 B
JSON
|
{
|
||
|
"project_name": "Examplebeat",
|
||
|
"github_name": "your-github-name",
|
||
|
"beat": "{{ cookiecutter.project_name|lower }}",
|
||
|
"beat_path": "github.com/{{ cookiecutter.github_name|lower }}",
|
||
|
"full_name": "Firstname Lastname"
|
||
|
}
|