diff --git a/bin/pman b/bin/pman index d4b91a9..8fda195 100755 --- a/bin/pman +++ b/bin/pman @@ -91,6 +91,42 @@ function init_config_action() { _push_branches } +function _init_composer() { + if [ ! -f .composer.pman.yml -o -n "$ForceCreate" ]; then + ac_set_tmpfile config + cat >"$config" <