| Crates.io | proj-cmd |
| lib.rs | proj-cmd |
| version | 0.1.3 |
| created_at | 2024-08-17 20:30:46.08352+00 |
| updated_at | 2024-09-19 11:27:08.556358+00 |
| description | Project organization tool made for learning rust |
| homepage | https://github.com/maverik-io |
| repository | https://github.com/maverik-io/proj-cmd |
| max_upload_size | |
| id | 1341996 |
| size | 25,613 |
A simple project organizer written in rust using clap.
install the proj-cmd command -:
cargo install proj-cmd
eval "$(proj-cmd init zsh)"
eval "$(proj-cmd init bash)"
eval "$(proj-cmd init fish)"
run this command proj-cmd init nu | save -f ~/.proj.nu
Add the following to your shell's config file -:
source ~/.proj.nu
The init command currenly supports
bash,zsh,nu&fish
By default, the init command generates a function named
proj, you can pass in your own asproj-cmd init <shell> my-cmd