project manager plugin for initx
npm install @initx-plugin/pmProject manager plugin for initx.
install the plugin globally
``bash`
npx initx plugin add pm
`bash`
npx initx pm add
name is optional. If it is not provided, it defaults to default.
path can be a relative path or an absolute path.
`bash`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:/projetsAdd the directory D:/my-projects with name
npx initx pm add frontend D:/projects-front
npx initx pm add backend D:/projects-backend
`bash`
npx initx pm list
`bash`
npx initx pm use
`bash`
npx initx pm remove
`bash`
npx initx pm create name/repo
Equivalent to run
`bash``
cd
git clone git@github.com:username/my-project.git as-name