nrobinson2000 / neopo

A lightweight solution for local Particle development.
https://neopo.xyz
MIT License
23 stars 6 forks source link

Migrate to poetry and fix some bugs #27

Closed nrobinson2000 closed 5 months ago

nrobinson2000 commented 5 months ago

Fixes:

The particle binary and binary manifest are no longer in the Workbench VSIX. The good news is that we can download it from binaries.particle.io and there are now arm64 releases available for Linux and macOS.

Enhancements:

I'm planning to make a lot more improvements to neopo in the near future, as it continues to be a useful tool and I have learned many Python best practices since initially creating this project.