pre-commit
This commit is contained in:
parent
bc494c2987
commit
e48e921315
2 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Reference in a new issue