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.

yclone-project

Clone an entire project under a new name, replacing a source keyword with a destination keyword in both filenames and file contents.

Usage

yclone-project <SOURCE-PROJECT> <DESTINATION-PROJECT> --src-keyword <kw> --dst-keyword <kw>
Argument / OptionPurpose
<SOURCE-PROJECT>Existing project directory (positional, required)
<DESTINATION-PROJECT>New directory — must not exist (positional, required)
--src-keyword / -sKeyword to replace (required)
--dst-keyword / -dReplacement keyword (required)

Both positionals and both keyword options are mandatory.

See also