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

Add tree command

Compare
Choose a tag to compare
@nywilken nywilken released this 20 Oct 14:35

A track's configuration file can be hard to review, especially the new structure being used for Nextercism. The tree command reads in a track's config.json file and outputs a hierarchy-based view, much like the Unix tree command, for the exercises implemented within the given track.

$ configlet tree path/to/track [--with-difficulty]

For more information on changes within this release see CHANGELOG