Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

ymake-skeleton

Generate a new skeleton from an existing project, rewriting its role/root identifiers so the result is a reusable template.

Usage

ymake-skeleton <SOURCE-PROJECT> <DESTINATION-PROJECT> --yunorole <role> --rootname <name>
Argument / OptionPurpose
<SOURCE-PROJECT>Existing project directory (positional, required)
<DESTINATION-PROJECT>New skeleton directory — must not exist (positional, required)
--yunorole / -rRole keyword to parameterize (required)
--rootname / -nRoot name keyword(s), comma-separated (required)

All four are mandatory.

See also