https://github.com/ayan4m1/pio-update
https://github.com/ayan4m1/pio-update
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ayan4m1/pio-update
- Owner: ayan4m1
- License: mit
- Created: 2024-08-10T15:45:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-10T15:46:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T15:44:49.825Z (over 1 year ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pio-update
[](https://badge.fury.io/js/@ayan4m1%2Fpio-update)
## features
- Keep your platformio.ini packages up to date
- Written in TypeScript
- Small footprint
## requirements
- Node 20+
## installation
> npm i -g @ayan4m1/pio-update
## usage
Running
> pio-update
Will interactively prompt you to upgrade packages defined in `./platformio.ini`.
> pio-update /some/specific/project
If you don't want to use the current working directory.