projects-manager-cli
v1.0.2
Published
<h1 align="center">projects-manager-cli</h1>
Downloads
1
Readme
Install
npm install -g projects-manager-cli
Bin
"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 pycharm
vscode
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 list
open a project
pm <projectName>
See help for more information
pm --help
License
MIT