Project Manager
It is management tool for projects
Preview
How to use this tool
You can download the exe in the release section or install it with cargo install mycodee-project_manager
Template
For every language that it should be supported, you need a template
A dummy template can be created with project_manager --cdt [filename].toml
Definition:
language : The Name of the language projects_dir: Where the projects should be stored editor_open : The command that open the project (Open the directory which it been executed) commands : A Collection of commands that should be executed copy_files : A Collection of file paths and the paths in project, that should be copied (It runs after the Command Execution and before the project is been opened)