An open API service indexing awesome lists of open source software.

https://github.com/ayan4m1/pio-update


https://github.com/ayan4m1/pio-update

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# pio-update

[![npm version](https://badge.fury.io/js/@ayan4m1%2Fpio-update.svg)](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.