mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2025-01-09 14:20:48 +00:00
16 lines
390 B
YAML
16 lines
390 B
YAML
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" |