Skip to content

Bad circup instructions #207

Closed
Closed
@Neradoc

Description

@Neradoc
Contributor

The circup instructions in the readme are generated as such:

circup install {{ cookiecutter.library_name | lower | replace(" ", "-") }}

This leads to instructions like: circup install ducky or circup install ltr329-ltr303

  • it should use underscores and not dash in the library name
  • it is missing the library prefix: adafruit_ (or other if present)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @Neradoc@tekktrik

    Issue actions

      Bad circup instructions · Issue #207 · adafruit/cookiecutter-adafruit-circuitpython