Skip to content

Commit

Permalink
feat(cookiecutter): Add uppercase instrument name
Browse files Browse the repository at this point in the history
  • Loading branch information
teald committed Oct 30, 2024
1 parent 6264de2 commit 417c792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"instrument_name": "DEFAULT_INSTRUMENT_NAME",
"instrument_name_upper": "{{ cookiecutter.instrument_name.upper() }}",
"instrument_name_lower": "{{ cookiecutter.instrument_name.lower() }}",
"instrument_name_title": "{{ cookiecutter.instrument_name_lower.title() }}",
"instrument_fits_name": "{{ cookiecutter.instrument_name.upper() }}",
Expand Down

0 comments on commit 417c792

Please sign in to comment.