We've come a long way since the beginning of our journey toward learning Julia. I hope you enjoyed this process of discovery as much as I did! We've covered a lot of ground, learning about many key topics while developing quite a suite of fully functional applications. Yet, there's one thing left in order to fully earn our Julia developer badge. The signature of every proficient Julia programmer—(drumroll, please!)—creating, publishing, and registering our own official Julia package!
In this chapter, we'll build a REPL app and we'll wrap it into a package. Our product will help Julia developers to easily report bugs they encounter in other Julia packages. Once the users install and configure our package, they will be able to open GitHub issues into the corresponding repo, without having to leave their REPL or...