Add Manim Project Creating Subcommand
See original GitHub issueHow about a sub command for example, manim new project
, which will create a folder with some scripts assets folder and also a config file. This would be helpful for new users and we can make the users use uniform folder structure. This would surely be helpful while debugging and the users can keep the projects organised and not like I usually do.
PS. I got the idea from chocolatey.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:21 (21 by maintainers)
Top Results From Across the Web
Configuration - Manim Community v0.17.1
Commands: cfg Manages Manim configuration files. init Create a new project or insert a new scene. new (Deprecated) Create a new project or...
Read more >Manim-Tutorial/README.md at master - GitHub
Running Manim Projects ... NOTE 1: Your videos that you make are saved in the folder called videos. NOTE 2: The command for...
Read more >Click - how can I nest subcommands under a command with ...
Thus, the manim keyword is both a way to access subcommands, and more importantly, a command itself with a positional arg (the python...
Read more >CLI flags and configuration - manim documentation
flag abbr function
‑‑help ‑h Show the help message and exit
‑‑version ‑v Display the version of manimgl
‑‑write_file ‑w Render the scene as a movie...
Read more >Adding Subcommands - ManimCommunity/manim Wiki
At the very end, make sure to return the subparser you created for your subcommand. cfg_export_parser = cfg_subparsers.add_parser("export") cfg_export_parser.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’d like to contribute to this if nobody is on it. So that it gives a first idea of what it could look like.
I like this idea. I’d suggest the command be
manim init
. What do you think this command should do? What directories should it create? How will the config file be generated? Etc. Let’s flesh this out a bit more 😃