Keep track of terms and their definitions in Julia projects, and reuse them in documenting variables, keywords, and more.
In Julia you can get started by just typing
using Pkg; Pkg.add("Glossaries");and then checkout the Get Started with Glossaries.jl tutorial.