piohelp

Crates.iopiohelp
lib.rspiohelp
version0.1.1
created_at2025-10-20 09:16:29.68428+00
updated_at2025-10-20 09:38:47.066429+00
descriptionLittle helper to create a library template on Platformio project.
homepage
repositoryhttps://github.com/Noklm/piohelp/tree/main
max_upload_size
id1891653
size11,613
Noklm (Noklm)

documentation

README

Pio help

Used to create a template of a platformio library like:

<library-name>/
    - <library-name>.h
    - <library-name>.cpp

Usage

$ piohelp.exe -h
Simple program to create a PIO library

Usage: piohelp.exe --name <NAME>

Options:
  -n, --name <NAME>  Name of the PIO library
  -h, --help         Print help
  -V, --version      Print version
```
Commit count: 0

cargo fmt