Skip to content

Commit

Permalink
chore: __prompts__ was the thing i wanted to achieve with [0]'s
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasPammer committed Sep 21, 2023
1 parent 6219b18 commit 3e74669
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,19 @@

"role_name": null,
"project_slug": "ansible-role-{{ cookiecutter.role_name.lower().replace(' ', '_').replace('-', '_') }}",
"project_short_purpose": null
"project_short_purpose": null,

"__prompts__": {
"open_source_license": {
"MIT": "MIT License",
"Unlicense": "The Unlicense",
"BSL-1.0": "Boost Software License 1.0",
"Apache-2.0": "Apache License 2.0",
"MPL-2.0": "Mozilla Public License 2.0",
"LGPL-3.0": "GNU LGPLv3",
"GPL-3.0": "GNU GPLv3",
"AGPL-3.0": "GNU APGLv3",
"None": "Not open source"
}
}
}

0 comments on commit 3e74669

Please sign in to comment.