Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Add commands for editing config.json #117

Open
cmccandless opened this issue Feb 4, 2018 · 2 comments
Open

Add commands for editing config.json #117

cmccandless opened this issue Feb 4, 2018 · 2 comments

Comments

@cmccandless
Copy link

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
@cmccandless
Copy link
Author

cmccandless commented Feb 4, 2018

RE: exercism/python#1084 per suggestion from @kytrinyx

@cmccandless
Copy link
Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants