Description of proposed feature
It would be nice if the manim init project command would allow existing folders as its target.
Or at least if no conflicting files exist in the target folder.
How can the new feature be used?
It would make the setup process very straightforward:
uv init . --bare
uv add manim
uv run manim init project .
Description of proposed feature
It would be nice if the
manim init projectcommand would allow existing folders as its target.Or at least if no conflicting files exist in the target folder.
How can the new feature be used?
It would make the setup process very straightforward: