Simple tool to generate basic files for a new track I'm about to start on Exercism.
- Python 3.x
- Clone this template repository.
- Install Python.
- Run the script via
python scripts/generate.py
.
The above will result in generating .gitignore and README.md files (meaning the current README you're reading will get overwritten). Residues of the template repository can be removed, i.e. Pipfile, the scripts folder.