#projects #manager #page #template #definition

bin+lib mycodee-project_manager

A tool for management of projects

2 releases

0.1.1 Nov 20, 2021
0.1.0 Nov 20, 2021

#480 in Template engine

36 downloads per month

MIT license

215KB
705 lines

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)

Dependencies

~0.8–1.4MB
~33K SLoC