opm
opm copied to clipboard
[features]Is there any plan to add the `opm install`
Are there plans to support opm install
Just like node package.json file, You can install it all at once
@zoucaitou There's already a pull request for a similar feature pending review:
https://github.com/openresty/opm/pull/40
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?
It's still a TODO. pull requests welcome!
@agentzh thanks. Got it.