Project manager plugin for initx.
install the plugin globally
npx initx plugin add pmnpx initx pm add <name?> <path>name is optional. If it is not provided, it defaults to default.
path can be a relative path or an absolute path.
# Add the current directory as a project directory
npx initx pm add .
# Add the parent directory as a project directory
npx initx pm add ..
# Add the directory D:/Projets as a project directory
npx initx pm add D:/projets
# Add the directory D:/my-projects with name
npx initx pm add frontend D:/projects-front
npx initx pm add backend D:/projects-backendnpx initx pm listnpx initx pm use <name>npx initx pm remove <name>npx initx pm create user/repo <as?>Equivalent to run
cd <path>
git clone git@github.com:user/repo.git as-name