proj-cmd

Crates.ioproj-cmd
lib.rsproj-cmd
version0.1.3
sourcesrc
created_at2024-08-17 20:30:46.08352
updated_at2024-09-19 11:27:08.556358
descriptionProject organization tool made for learning rust
homepagehttps://github.com/maverik-io
repositoryhttps://github.com/maverik-io/proj-cmd
max_upload_size
id1341996
size25,613
Joseph Chacko (maverik-io)

documentation

README

proj-cmd

A simple project organizer written in rust using clap.

Installation

Step 1

install the proj-cmd command -:

cargo install proj-cmd

Step 2

zsh Add the following to your shell's config file -:
eval "$(proj-cmd init zsh)"
bash Add the following to your shell's config file -:
eval "$(proj-cmd init bash)"
fish Add the following to your shell's config file -:
eval "$(proj-cmd init fish)"
nu

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 as proj-cmd init <shell> my-cmd

Commit count: 17

cargo fmt