Update prepare command to accept and store file extensions
Open
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 363
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 2
Description
As part of https://github.com/exercism/meta/issues/107 we will need to update `cmd/prepare.go` to accept the list of file extensions from the API in addition to the ignore patterns. The key will be named `extensions`, and it will be an array of bare extensions (no dot): `["cpp", "h"]`.
Contributor guide
Assessment
This issue has not been assessed yet.