aoc2024/.scaffold/aoc/scaffold.yml

16 lines
390 B
YAML
Raw Normal View History

messages:
pre: |
Use this scaffold to generate a new AOC project.
post: |
# You've generated a new AOC project!
You can now run the following commands:
- `go run ./cmd/cli/` - Runs the main application and supports passing CLI args
questions:
- name: year
prompt:
message: "What year is this project for?"
default: "2024"
type: "input"