Project Manager

It is management tool for projects

Preview

Help Page

How to use this tool

You can download the exe in the release section or install it with cargo install mycodee-projectmanager_

Template

Template in templates/rust.toml

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
projectsdir: _Where the projects should be stored
editoropen : _The command that open the project (Open the directory which it been executed)
commands : A Collection of commands that should be executed
copyfiles : _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)