| Crates.io | piohelp |
| lib.rs | piohelp |
| version | 0.1.1 |
| created_at | 2025-10-20 09:16:29.68428+00 |
| updated_at | 2025-10-20 09:38:47.066429+00 |
| description | Little helper to create a library template on Platformio project. |
| homepage | |
| repository | https://github.com/Noklm/piohelp/tree/main |
| max_upload_size | |
| id | 1891653 |
| size | 11,613 |
Used to create a template of a platformio library like:
<library-name>/
- <library-name>.h
- <library-name>.cpp
$ 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
```