gpmer / gpm.js

:gem:Git Package Manager, make you manage the repository easier, Power by Typescript & Nodejs
https://gpmer.github.io/gpm.js
MIT License
44 stars 5 forks source link

plugin support #6

Closed axetroy closed 7 years ago

axetroy commented 7 years ago

I'm submitting a ... (check one with "x")

More detail

support plugin. so you can add repo then run the plugin to do somthing

example: gpm add https://github.com/gpmer/gpm.js.git --plugin npm-install

it will clone the repo and exec the plugin

plugin name with gpm-plugin-{name}

axetroy commented 7 years ago

[926514e530a4766a863d80267d06cae6202671d3] feat: support the plugin for add command, other command coming soon.