Git Package Manager, make you manage and develop projects easily.
gpm 1.2.4 — Git Project Manager
USAGE
▸ gpm <command> [ARGUMENTS...] [OPTIONS...]
COMMANDS — Type 'gpm help <command>' to get some help about a command
add Add an project
bootstrap Project Bootstrap
build Project Build
clean Project Clean
cli Project CLI
commit Project Commit
dev Project Dev
fmt Project Fmt
github Project GitHub Open
info Get gpm info
install Project Install Dependencies
new Create an project
open Project Finder Open
proxy Run command in proxy
release Project Install Dependencies
remove Remove a project
run Project Run
search Search a project
serve Project Serve, alias of Run
share terminal Share terminal
share web Share Web Service
sync Sync a project
terminal Share terminal
test Project Test
vscode Project VSCode Open
watch Project Watch
GLOBAL OPTIONS
-h, --help Display global help or command-related help.
-V, --version Display version.
--no-color Disable use of colors in output.
-v, --verbose Verbose mode: will also output debug messages.
--quiet Quiet mode - only displays warn and error messages.
--silent Silent mode: does not output anything, giving no
indication of success or failure other than the exit
code.
- add project
- create project
- remove project
- sync project
- search project
- bootstrap
- dev
- build
- test
- commit
- fmt
- clean
- run
- watch
- publish
- create package from template
- share terminal
- share web app
- info => get system info
- proxy => run commit with proxy
- vscode => open in VSCode
- github => open in GitHub
- open => open in Finder
npm i -g @cliz/gpm
# add a project
gpm add https://github.com/zcorky/gpm.git
# dev a project
gpm dev
# build a project
gpm build
# format a project
gpm fmt
# test a project
gpm test
The MIT License