1.0.2 • Published 1 year ago

projects-manager-cli v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

image

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

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago