nebrius / raspi-io

An IO plugin for Johnny-Five that provides support for the Raspberry Pi
MIT License
546 stars 63 forks source link

Create raspi-io-config CLI tool #110

Closed nebrius closed 3 years ago

nebrius commented 6 years ago

The postinstall scripts have been getting more complicated as the years have gone by, and raspi-serial configuration is complicated enough that I just skipped it entirely.

Neither of these approaches work all that well anymore though, so instead I want to create an interactive CLI tool that configures it for you. I envision this as being pretty similar to npm init in that it'll ask a bunch of questions and then generate the resulting configs.

This should be especially useful for dealing with issues like serial, where there are multiple possible use cases.

nebrius commented 3 years ago

Not gonna do this, since this project is in maintenance mode.