Commit graph

2 commits

Author SHA1 Message Date
964fea7938
refactor: move spellcheck to helpers package
Move the spellcheck functionality to the helpers package to clean up the
magefile.
2020-09-13 14:24:29 +01:00
700f009f53
refactor: integrate tex generator into mage
This commit integrates the Tex generator functionality from main.go into
the mage system. Changes include:

- Movd helper functions to the new helpers package.
- Move the tex generator from main.go to the helpers package.
- Update the Tex target to use the tex generator helper function.
2020-09-12 14:06:28 +01:00