You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
Currently, whenever an exercise is added, removed, deprecated, etc in a track, the contributor must make the required changes by hand, which often results in errors or inconsistency. I propose adding the following functionality to configlet:
add
Creates a new entry in config.json for the specified exercise
edit
Makes changes to existing exercise entry in config.json
remove
Remove specified entry from config.json
deprecate
Marks the exercise as deprecated in config.json
The text was updated successfully, but these errors were encountered:
Some work was done in exercism/python#1089 towards this end. While the implementation is in Python (not Go), there may be something worth salvaging from that PR.
Currently, whenever an exercise is added, removed, deprecated, etc in a track, the contributor must make the required changes by hand, which often results in errors or inconsistency. I propose adding the following functionality to configlet:
config.json
for the specified exerciseconfig.json
config.json
The text was updated successfully, but these errors were encountered: