This repository contains my work on solving the programming exercises on exercism.org.
This repo's workflow requires:
- git
- exercism-cli
- just
- yq
This repo uses Just command as a wrapper for exercism-cli, git, and yq.
just download <track-name> <exercise-name>A space-separated list of submitted files related to the exercise. (submit one exercise at a time)
just submit <file1> <file2> ...