mycodee-project_manager

Crates.iomycodee-project_manager
lib.rsmycodee-project_manager
version0.1.1
sourcesrc
created_at2021-11-20 13:36:44.373181
updated_at2021-11-20 18:01:39.627602
descriptionA tool for management of projects
homepage
repositoryhttps://github.com/MxyxCode/Project-Manager
max_upload_size
id484903
size215,352
Jean-Luca André Sehr (Mycodee)

documentation

README

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

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

Commit count: 0

cargo fmt