question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Manim Project Creating Subcommand

See original GitHub issue

How 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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:21 (21 by maintainers)

github_iconTop GitHub Comments

4reactions
azarzadavilacommented, Aug 5, 2020

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.

2reactions
leotrscommented, Aug 4, 2020

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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found