From d4cc8bfa42ab55a74d89682764330b7ba6185bae Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Wed, 16 Apr 2025 12:19:05 +0400 Subject: [PATCH] config pman composer --- bin/pman | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) 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" <