onshape-to-robot
onshape-to-robot copied to clipboard
Added support for dotenv files
This PR adds support for the popular .env file.
This way you can store your onshape keys in a file that you can safely gitignore instead of storing the keys in your config or bashrc.
I tried to change as little as possible.
I tested this on one of my repos that I have been working on and it seems to work well.
Thanks for your great work.