configlet icon indicating copy to clipboard operation
configlet copied to clipboard

Problem with name field when using `configlet create ---concept-exercise

Open colinleach opened this issue 5 months ago • 0 comments

It's very useful, except in config.sys the name just repeats the slug. I think we need spaces and initial caps?

This is the result of bin/configlet create --concept-exercise elyses-analytic-enchantments

	{
        "slug": "elyses-analytic-enchantments",
        "name": "elyses-analytic-enchantments",
        "uuid": "22956a33-b6cb-45af-9304-193074680f7c",
        "concepts": [],
        "prerequisites": []
	}

See also the forum duscussion.

colinleach avatar Sep 21 '24 05:09 colinleach