pre-commit

This commit is contained in:
Patrick 2021-02-10 16:34:14 -08:00
parent bc494c2987
commit e48e921315
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@ Then, fill in the prompts and accomplish some post generation cleanup:
Prompts
--------
* ```` -
* ``target_bundle`` - Adafruit bundle or Community library bundle
* ``github_user`` - GitHub user or organization which will host this repo. For example, Adafruit funded libraries should say "adafruit" here.
* ``author_name`` - Who you are! Sets the copyright to you.

View file

@ -9,7 +9,7 @@
"library_name": null,
"library_description": "",
"library_keywords": "",
"library_prefix": "{%- if cookiecutter.target_bundle == 'Adafruit' -%} adafruit {%- endif -%}",
"library_prefix": "{%- if cookiecutter.target_bundle == 'Adafruit' -%} adafruit {%- endif -%}",
"adafruit_pid": "",
"requires_bus_device": "",
"requires_register": "",