projects-manager-cli
v1.0.2
Published
<h1 align="center">projects-manager-cli</h1>
Readme

Install
npm install -g projects-manager-cliBin
"bin": {
"projects-manager-cli": "bin/index.mjs",
"pmc": "bin/index.mjs",
"pm": "bin/index.mjs",
"py": "bin/index.mjs"
}Config Client
pm set-client <client>for example
pm set-client code
or
pm set-client pycharmvscode is as default client
Usage
add a project to the project list
if you don't specify the projectPath, the current path will be used
pm add <projectName> [projectPath]remove a project from the project list
pm remove <projectName>list all projects
pm listopen a project
pm <projectName>See help for more information
pm --helpLicense
MIT
