Hello folks, I'm still a beginner, but I wanted to create a simple CLI utility with Nim. The program saves a README.md template to the current directory.
I wrote a tutorial about that. Perhaps it can help someone else, too. Blog post: [https://dev.to/sophiabrandt/learn-nim-create-a-readme-template-downloader-3bpo](https://dev.to/sophiabrandt/learn-nim-create-a-readme-template-downloader-3bpo) Link to the script: [https://gist.github.com/sophiabrandt/5c48685277002c1b1ceb618245bfd481](https://gist.github.com/sophiabrandt/5c48685277002c1b1ceb618245bfd481) Credits: xmonader and the Nim Days repository: [https://xmonader.github.io/nimdays/day06_nistow.html](https://xmonader.github.io/nimdays/day06_nistow.html)
