Description
Project commands can be run inside a target directory after creating that directory when it does not exist yet.
It is useful for scripts and terminal workflows that need a short way to prepare a folder and execute work there. Command wrappers run whatever command is passed to them, so paths and arguments should be checked before using destructive operations.