openresty / opm

OpenResty Package Manager
https://opm.openresty.org/
460 stars 75 forks source link

[features]Is there any plan to add the `opm install` #59

Open 0xryanz opened 6 years ago

0xryanz commented 6 years ago

Are there plans to support opm install

Just like node package.json file, You can install it all at once

agentzh commented 6 years ago

@zoucaitou There's already a pull request for a similar feature pending review:

https://github.com/openresty/opm/pull/40

decadence commented 4 years ago

So now I can't clone my project somewhere and just do opm install so all my dependencies install from some json file? And we have to opm get for every package?

agentzh commented 4 years ago

It's still a TODO. pull requests welcome!

decadence commented 4 years ago

@agentzh thanks. Got it.