Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 738 Bytes

File metadata and controls

7 lines (4 loc) · 738 Bytes

"ToDo API" Microservice Tools as Dependencies

YouTube video

Although not required I encourage you to install direnv to keep your tools "sandboxed", that way in case your use case requires it, you can install different versions of the same tool on different projects.

For installing tools I use the Tools as Dependencies paradigm using Go modules, if you installed direnv you can execute install_tools directly to download and install the required packages.