Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Add templating #3

Open
3 tasks
logan-connolly opened this issue Dec 2, 2022 · 0 comments
Open
3 tasks

Add templating #3

logan-connolly opened this issue Dec 2, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@logan-connolly
Copy link
Owner

logan-connolly commented Dec 2, 2022

Todos

  • Spec out python and golang solution templates
  • Implement CLI for generating solution skeletons
  • Update Makefile accordingly

In the end, I should be able to call something like this:

make skeleton lang=python year=2022 day=1
make skeleton lang=golang year=2022 day=1

And the following should be generated:

  • All languages: solution directory (ie. ./2022/01/), input.txt
  • Python: main.py
  • Golang: main.go and main_test.go
@logan-connolly logan-connolly added the enhancement New feature or request label Dec 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant