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 / Option | Purpose |
|---|---|
<SOURCE-PROJECT> | Existing project directory (positional, required) |
<DESTINATION-PROJECT> | New directory — must not exist (positional, required) |
--src-keyword / -s | Keyword to replace (required) |
--dst-keyword / -d | Replacement keyword (required) |
Both positionals and both keyword options are mandatory.
See also¶
yclone-gclass— clone a single GClass.