binary-collections 2.0.9 → 2.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binaries/binary-executor.cjs +43 -0
- package/{bin → binaries}/clean-nodemodule +0 -0
- package/binaries/clean-nodemodule.cjs +43 -0
- package/binaries/clean-nodemodule.cmd +4 -0
- package/{bin → binaries}/clean-nodemodules +0 -0
- package/binaries/clean-nodemodules.cjs +43 -0
- package/binaries/clean-nodemodules.cmd +5 -0
- package/{bin → binaries}/dev +0 -0
- package/binaries/dev.cjs +43 -0
- package/{bin → binaries}/empty +0 -0
- package/binaries/empty.cjs +43 -0
- package/{bin → binaries}/git-reduce-size +0 -0
- package/binaries/git-reduce-size.cjs +43 -0
- package/binaries/javakill.cjs +43 -0
- package/{bin → binaries}/javakill.cmd +0 -0
- package/{bin → binaries}/kill-process +0 -0
- package/binaries/kill-process.cjs +43 -0
- package/binaries/nodekill.cjs +43 -0
- package/{bin → binaries}/nodekill.ps1 +0 -0
- package/{bin → binaries}/prod +0 -0
- package/binaries/prod.cjs +43 -0
- package/{bin → binaries}/rmfind +0 -0
- package/binaries/rmfind.cjs +43 -0
- package/{bin → binaries}/rmx +0 -0
- package/binaries/rmx.cjs +43 -0
- package/{bin → binaries}/submodule-token +0 -0
- package/binaries/submodule-token.cjs +43 -0
- package/docs-src/clean-github-actions-caches.md +26 -0
- package/docs-src/free-chatgpt.md +26 -0
- package/lib/binary-collections-config.cjs +3 -2
- package/lib/binary-collections-config.mjs +2 -2
- package/lib/binary-collections.cjs +452 -105
- package/lib/binary-collections.mjs +131 -84
- package/lib/changelog.cjs +3 -3
- package/lib/changelog.mjs +177 -171
- package/lib/chunk-4EWQC6GZ.mjs +382 -0
- package/lib/chunk-4ZI7BQKQ.mjs +381 -0
- package/lib/chunk-5J2BEPY5.mjs +83 -0
- package/lib/{chunk-4BYBVEYC.mjs → chunk-66PAU5PS.mjs} +5 -4
- package/lib/chunk-6HHJRKFB.mjs +59 -0
- package/lib/chunk-6S4NXESK.mjs +26 -0
- package/lib/{chunk-ZYAQRPUL.mjs → chunk-7YD7IPFF.mjs} +2 -2
- package/lib/{chunk-SH3L6HHV.mjs → chunk-A2JQXI5Z.mjs} +2 -2
- package/lib/{chunk-EGSSKVDH.mjs → chunk-A3VUZEJK.mjs} +1 -1
- package/lib/chunk-AGZYRDC2.mjs +323 -0
- package/lib/{chunk-VVEZVNIV.mjs → chunk-AI4CVPJ7.mjs} +6 -6
- package/lib/chunk-BDCHCWHD.mjs +136 -0
- package/lib/chunk-BEZKJ25G.mjs +140 -0
- package/lib/chunk-DI5MDPSN.mjs +386 -0
- package/lib/{chunk-ONIBBBQ3.mjs → chunk-E6FDDAOO.mjs} +4 -3
- package/lib/chunk-FKI7IEB5.mjs +172 -0
- package/lib/chunk-GJTGHXRA.mjs +356 -0
- package/lib/{chunk-YV7DO3YV.mjs → chunk-HLGOWBEO.mjs} +1 -1
- package/lib/chunk-HMRMTYZM.mjs +40 -0
- package/lib/chunk-HN52G2YL.mjs +305 -0
- package/lib/chunk-HO6GHCOB.mjs +385 -0
- package/lib/chunk-LEM5OMRP.mjs +384 -0
- package/lib/{chunk-YX5U7XDR.mjs → chunk-M3YIYRHT.mjs} +6 -5
- package/lib/chunk-O6SWBEOQ.mjs +81 -0
- package/lib/{chunk-JGR2NW6D.mjs → chunk-PDSXF5HY.mjs} +3 -3
- package/lib/{chunk-AASHBCRW.mjs → chunk-QQ4A6DLD.mjs} +8 -0
- package/lib/chunk-RCP7DHVY.mjs +190 -0
- package/lib/chunk-SBNDSKG5.mjs +136 -0
- package/lib/chunk-U6SO4QEV.mjs +320 -0
- package/lib/{chunk-APBWENF6.mjs → chunk-V3N3JEUF.mjs} +3 -3
- package/lib/chunk-XD6BJK6Q.mjs +351 -0
- package/lib/chunk-XVBFFVCJ.mjs +209 -0
- package/lib/chunk-YXSFGA2D.mjs +383 -0
- package/lib/clean-github-actions-caches.cjs +243 -148
- package/lib/clean-github-actions-caches.mjs +3 -2
- package/lib/del-gradle.cjs +2 -2
- package/lib/del-gradle.js +1 -1
- package/lib/del-gradle.mjs +2 -2
- package/lib/del-node-modules.cjs +2 -2
- package/lib/del-node-modules.js +1 -1
- package/lib/del-node-modules.mjs +2 -2
- package/lib/del-ps.cjs +29 -8
- package/lib/del-ps.js +2 -2
- package/lib/del-ps.mjs +7 -5
- package/lib/del-yarn-caches.cjs +26 -5
- package/lib/del-yarn-caches.js +38 -3
- package/lib/del-yarn-caches.mjs +6 -6
- package/lib/find-node-modules-cli.cjs +5 -4
- package/lib/find-node-modules-cli.js +1 -1
- package/lib/find-node-modules-cli.mjs +2 -2
- package/lib/find-node-modules.cjs +4 -3
- package/lib/{find-node-modules.d.ts → find-node-modules.d.cts} +1 -1
- package/lib/find-node-modules.mjs +2 -2
- package/lib/free-chatgpt.cjs +548 -0
- package/lib/free-chatgpt.js +51 -0
- package/lib/free-chatgpt.mjs +50 -0
- package/lib/git/gitattributes.cjs +1 -1
- package/lib/git/{gitattributes.d.mts → gitattributes.d.cts} +5 -7
- package/lib/git/gitattributes.mjs +2 -2
- package/lib/git/line-endings.cjs +297 -64
- package/lib/git/line-endings.mjs +4 -4
- package/lib/git/normalize.cjs +26 -36
- package/lib/git/normalize.mjs +2 -2
- package/lib/git/permissions.cjs +77 -11
- package/lib/git/permissions.mjs +3 -3
- package/lib/git/pull-strategy.cjs +76 -9
- package/lib/git/pull-strategy.mjs +3 -3
- package/lib/git/user-config.cjs +266 -83
- package/lib/git/user-config.mjs +4 -4
- package/lib/git/utils.cjs +40 -60
- package/lib/git/utils.mjs +2 -2
- package/lib/git-diff-cli.cjs +651 -0
- package/lib/git-diff-cli.d.ts +1 -0
- package/lib/git-diff-cli.js +15 -0
- package/lib/git-diff-cli.mjs +16 -0
- package/lib/git-diff.cjs +657 -58
- package/lib/git-diff.d.ts +38 -83
- package/lib/git-diff.js +152 -0
- package/lib/git-diff.mjs +23 -85
- package/lib/git-fix.cjs +685 -97
- package/lib/git-fix.mjs +14 -13
- package/lib/git-purge.cjs +3 -3
- package/lib/git-purge.d.cts +1 -0
- package/lib/git-purge.mjs +43 -37
- package/lib/index.cjs +7 -6
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -5
- package/lib/index.mjs +4 -4
- package/lib/npm-run-series.cjs +3 -3
- package/lib/npm-run-series.mjs +42 -36
- package/lib/package-resolutions-updater.cjs +5 -5
- package/lib/package-resolutions-updater.mjs +266 -309
- package/lib/print-directory-tree.cjs +275 -210
- package/lib/print-directory-tree.mjs +2 -2
- package/lib/ps/connected-domain.cjs +25 -2
- package/lib/ps/connected-domain.d.ts +10 -2
- package/lib/ps/connected-domain.js +5 -2
- package/lib/ps/connected-domain.mjs +8 -4
- package/lib/ps/index.cjs +345 -322
- package/lib/ps/index.d.mjs +1 -1
- package/lib/ps/index.js +1 -1
- package/lib/ps/index.mjs +179 -182
- package/lib/ps/isWin.cjs +24 -1
- package/lib/ps/isWin.d.ts +1 -1
- package/lib/ps/isWin.js +3 -1
- package/lib/ps/isWin.mjs +8 -4
- package/lib/ps/table-parser.cjs +167 -159
- package/lib/ps/table-parser.d.ts +5 -0
- package/lib/ps/table-parser.js +10 -4
- package/lib/ps/table-parser.mjs +9 -5
- package/lib/remove-module.cjs +262 -0
- package/lib/remove-module.d.mts +1 -0
- package/lib/remove-module.mjs +111 -0
- package/lib/rmpath.cjs +274 -0
- package/lib/rmpath.d.mts +3 -0
- package/lib/rmpath.mjs +108 -0
- package/lib/submodule-install.cjs +264 -86
- package/lib/submodule-install.mjs +51 -3
- package/lib/submodule-remove-cli.cjs +103 -0
- package/lib/submodule-remove-cli.d.ts +1 -0
- package/lib/submodule-remove-cli.js +31 -0
- package/lib/submodule-remove-cli.mjs +28 -0
- package/lib/submodule-remove.cjs +43 -0
- package/lib/submodule-remove.d.cts +2 -0
- package/lib/submodule-remove.mjs +6 -0
- package/lib/utils/chatgpt.cjs +383 -0
- package/lib/utils/chatgpt.d.ts +31 -0
- package/lib/utils/chatgpt.js +541 -0
- package/lib/utils/chatgpt.mjs +8 -0
- package/lib/{utils.cjs → utils/index.cjs} +1 -1
- package/lib/{utils.mjs → utils/index.mjs} +2 -2
- package/lib/yarn-reinstall.cjs +172 -38
- package/lib/yarn-reinstall.mjs +2 -2
- package/package.json +91 -71
- package/readme.md +43 -69
- package/releases/readme.md +36 -0
- package/test/README.md +101 -0
- package/test/package.json +2 -1
- package/test-project/readme.md +26 -0
- package/tmp/test-repo/README.md +35 -0
- package/tmp/test-repo/package.json +1 -1
- package/tmp/typedoc/readme.md +320 -0
- package/bin/bash-dummy +0 -56
- package/bin/bash-dummy.cmd +0 -25
- package/bin/dir-tree.cmd +0 -7
- package/bin/git-diff +0 -4
- package/bin/git-diff.cmd +0 -7
- package/bin/git-fix +0 -36
- package/bin/git-fix.cmd +0 -7
- package/bin/rmpath +0 -70
- package/bin/submodule-install.txt +0 -118
- package/bin/submodule-remove +0 -46
- package/bin/submodule.txt +0 -172
- package/lib/binary-collections-config.d.mts +0 -18
- package/lib/binary-collections-config.js +0 -39
- package/lib/binary-collections.d.mts +0 -137
- package/lib/binary-collections.d.ts +0 -137
- package/lib/changelog.d.mts +0 -2
- package/lib/changelog.js +0 -226
- package/lib/chunk-DPKAJKFO.mjs +0 -171
- package/lib/chunk-G3THLIDT.mjs +0 -200
- package/lib/chunk-W3ENOM53.mjs +0 -18
- package/lib/clean-github-actions-caches.d.mts +0 -169
- package/lib/clean-github-actions-caches.d.ts +0 -169
- package/lib/del-gradle.d.mts +0 -2
- package/lib/del-node-modules.d.mts +0 -2
- package/lib/del-ps.d.mts +0 -2
- package/lib/del-yarn-caches.d.mts +0 -2
- package/lib/find-node-modules-cli.d.mts +0 -1
- package/lib/find-node-modules.d.mts +0 -13
- package/lib/find-node-modules.js +0 -53
- package/lib/git/line-endings.d.mts +0 -83
- package/lib/git/line-endings.d.ts +0 -83
- package/lib/git/normalize.d.mts +0 -43
- package/lib/git/normalize.d.ts +0 -43
- package/lib/git/permissions.d.mts +0 -17
- package/lib/git/permissions.d.ts +0 -17
- package/lib/git/pull-strategy.d.mts +0 -15
- package/lib/git/pull-strategy.d.ts +0 -15
- package/lib/git/user-config.d.mts +0 -105
- package/lib/git/user-config.d.ts +0 -105
- package/lib/git/utils.d.mts +0 -69
- package/lib/git/utils.d.ts +0 -69
- package/lib/git-diff.d.mts +0 -84
- package/lib/git-fix.d.mts +0 -141
- package/lib/git-fix.d.ts +0 -141
- package/lib/git-purge.d.mts +0 -2
- package/lib/git-purge.js +0 -59
- package/lib/index.d.mts +0 -1
- package/lib/npm-run-series.d.mts +0 -1
- package/lib/npm-run-series.d.ts +0 -2
- package/lib/npm-run-series.js +0 -86
- package/lib/package-resolutions-updater.d.ts +0 -352
- package/lib/print-directory-tree.d.mts +0 -234
- package/lib/print-directory-tree.d.ts +0 -234
- package/lib/ps/connected-domain.d.mts +0 -3
- package/lib/ps/index.d.d.mts +0 -26
- package/lib/ps/index.d.d.ts +0 -26
- package/lib/ps/index.d.mts +0 -26
- package/lib/ps/isWin.d.mts +0 -3
- package/lib/ps/table-parser.d.mts +0 -3
- package/lib/submodule-install.d.mts +0 -121
- package/lib/submodule-install.d.ts +0 -121
- package/lib/utils.d.mts +0 -40
- package/lib/utils.js +0 -181
- package/lib/yarn-reinstall.d.mts +0 -49
- package/lib/yarn-reinstall.d.ts +0 -49
- package/src/package-resolutions-updater.mjs +0 -350
- package/src/print-directory-tree.cjs +0 -234
- package/src/ps/index.js +0 -286
- package/src/yarn-reinstall.cjs +0 -49
- /package/{bin → binaries}/nodekill +0 -0
- /package/{bin → binaries}/nodekill.cmd +0 -0
- /package/lib/{binary-collections-config.d.ts → binary-collections-config.d.cts} +0 -0
- /package/lib/{changelog.d.ts → changelog.d.cts} +0 -0
- /package/lib/{git-purge.d.ts → free-chatgpt.d.ts} +0 -0
- /package/lib/{git-diff.d.cts → npm-run-series.d.cts} +0 -0
- /package/lib/{utils.d.ts → utils/index.d.cts} +0 -0
package/bin/submodule-remove
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
# put these on top of file
|
|
4
|
-
|
|
5
|
-
(set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix
|
|
6
|
-
|
|
7
|
-
# absolute path working directory
|
|
8
|
-
basecwd=${PWD}
|
|
9
|
-
# base script directory
|
|
10
|
-
basedir=`dirname "$0"`
|
|
11
|
-
# absolute path script directory
|
|
12
|
-
SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
|
|
13
|
-
# get script path
|
|
14
|
-
SCRIPT=$(realpath "$0")
|
|
15
|
-
SCRIPTPATH=$(dirname "$SCRIPT")
|
|
16
|
-
|
|
17
|
-
# Detect Cygwin or MinGW
|
|
18
|
-
case "$(uname)" in
|
|
19
|
-
*CYGWIN*)
|
|
20
|
-
basedir=$(cygpath -w "$basedir")
|
|
21
|
-
# make cygwin bin as priority
|
|
22
|
-
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
|
|
23
|
-
;;
|
|
24
|
-
*MINGW*)
|
|
25
|
-
# make mingw bin as priority
|
|
26
|
-
export PATH="/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
|
|
27
|
-
;;
|
|
28
|
-
esac
|
|
29
|
-
|
|
30
|
-
# parse and export .env file (dotenv)
|
|
31
|
-
if [ -f ".env" ]; then
|
|
32
|
-
# Export the vars in .env into your shell:
|
|
33
|
-
export $(egrep -v '^#' .env | xargs)
|
|
34
|
-
fi
|
|
35
|
-
|
|
36
|
-
echo "input submodule path"
|
|
37
|
-
read folderpath
|
|
38
|
-
|
|
39
|
-
# Remove the submodule entry from .git/config
|
|
40
|
-
git submodule deinit -f $folderpath
|
|
41
|
-
|
|
42
|
-
# Remove the submodule directory from the superproject's .git/modules directory
|
|
43
|
-
rm -rf .git/modules/$folderpath
|
|
44
|
-
|
|
45
|
-
# Remove the entry in .gitmodules and remove the submodule directory located at path/to/submodule
|
|
46
|
-
git rm -f $folderpath
|
package/bin/submodule.txt
DELETED
|
@@ -1,172 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
# put these on top of file
|
|
4
|
-
|
|
5
|
-
(set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix
|
|
6
|
-
|
|
7
|
-
# absolute path working directory
|
|
8
|
-
basecwd=${PWD}
|
|
9
|
-
# base script directory
|
|
10
|
-
basedir=`dirname "$0"`
|
|
11
|
-
# absolute path script directory
|
|
12
|
-
SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
|
|
13
|
-
# get script path
|
|
14
|
-
SCRIPT=$(realpath "$0")
|
|
15
|
-
SCRIPTPATH=$(dirname "$SCRIPT")
|
|
16
|
-
|
|
17
|
-
# Detect Cygwin or MinGW
|
|
18
|
-
case "$(uname)" in
|
|
19
|
-
*CYGWIN*)
|
|
20
|
-
basedir=$(cygpath -w "$basedir")
|
|
21
|
-
# make cygwin bin as priority
|
|
22
|
-
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
|
|
23
|
-
;;
|
|
24
|
-
*MINGW*)
|
|
25
|
-
# make mingw bin as priority
|
|
26
|
-
export PATH="/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
|
|
27
|
-
;;
|
|
28
|
-
esac
|
|
29
|
-
|
|
30
|
-
# parse and export .env file (dotenv)
|
|
31
|
-
if [ -f ".env" ]; then
|
|
32
|
-
# Export the vars in .env into your shell:
|
|
33
|
-
export $(egrep -v '^#' .env | xargs)
|
|
34
|
-
fi
|
|
35
|
-
|
|
36
|
-
# parse and export .env file (dotenv)
|
|
37
|
-
if [ -f ".env" ]; then
|
|
38
|
-
# Export the vars in .env into your shell:
|
|
39
|
-
export $(egrep -v '^#' .env | xargs)
|
|
40
|
-
fi
|
|
41
|
-
|
|
42
|
-
# auto clone all submodules, prevent not-matched hash
|
|
43
|
-
# set ACCESS_TOKEN=github_personal_tokens
|
|
44
|
-
# usages: sh folder_this_repo/submodule-install
|
|
45
|
-
|
|
46
|
-
update_submodule() {
|
|
47
|
-
# set default root
|
|
48
|
-
export ROOT="$(git rev-parse --show-toplevel)"
|
|
49
|
-
while test $# -gt 0; do
|
|
50
|
-
case "$1" in
|
|
51
|
-
-h|--help)
|
|
52
|
-
echo "$package - attempt to install submodules"
|
|
53
|
-
echo " "
|
|
54
|
-
echo "$package [options] application [arguments]"
|
|
55
|
-
echo " "
|
|
56
|
-
echo "options:"
|
|
57
|
-
echo "-h, --help show brief help"
|
|
58
|
-
echo "-o, --output-dir=DIR specify a directory to install submodules"
|
|
59
|
-
exit 0
|
|
60
|
-
;;
|
|
61
|
-
-cwd)
|
|
62
|
-
shift
|
|
63
|
-
if test $# -gt 0; then
|
|
64
|
-
export ROOT=$1
|
|
65
|
-
else
|
|
66
|
-
echo "no output dir specified"
|
|
67
|
-
exit 1
|
|
68
|
-
fi
|
|
69
|
-
shift
|
|
70
|
-
;;
|
|
71
|
-
--cwd*)
|
|
72
|
-
export ROOT=`echo $1 | sed -e 's/^[^=]*=//g'`
|
|
73
|
-
shift
|
|
74
|
-
;;
|
|
75
|
-
*)
|
|
76
|
-
break
|
|
77
|
-
;;
|
|
78
|
-
esac
|
|
79
|
-
done
|
|
80
|
-
|
|
81
|
-
echo "installing submodules at $ROOT"
|
|
82
|
-
|
|
83
|
-
git -C "${REPO_PATH}" config -f .gitmodules --get-regexp '^submodule\..*\.path$' |
|
|
84
|
-
while read -r KEY MODULE_PATH
|
|
85
|
-
do
|
|
86
|
-
# relative module path from root
|
|
87
|
-
RELATIVE_MODULE_PATH="${ROOT}/${MODULE_PATH}"
|
|
88
|
-
# cd git root dir
|
|
89
|
-
cd ${ROOT}
|
|
90
|
-
# If the module's path exists, remove it.
|
|
91
|
-
# This is done b/c the module's path is currently
|
|
92
|
-
# not a valid git repo and adding the submodule will cause an error.
|
|
93
|
-
if [ -d "${RELATIVE_MODULE_PATH}" ]; then
|
|
94
|
-
echo "deleting ${RELATIVE_MODULE_PATH}"
|
|
95
|
-
rm -rf "${RELATIVE_MODULE_PATH}"
|
|
96
|
-
fi
|
|
97
|
-
|
|
98
|
-
NAME="$(echo "${KEY}" | sed 's/^submodule\.\(.*\)\.path$/\1/')"
|
|
99
|
-
|
|
100
|
-
url_key="$(echo "${KEY}" | sed 's/\.path$/.url/')"
|
|
101
|
-
branch_key="$(echo "${KEY}" | sed 's/\.path$/.branch/')"
|
|
102
|
-
|
|
103
|
-
URL="$(git config -f .gitmodules --get "${url_key}")"
|
|
104
|
-
BRANCH="$(git config -f .gitmodules --get "${branch_key}" || echo "master")"
|
|
105
|
-
|
|
106
|
-
git -C "${REPO_PATH}" submodule add --force -b "${BRANCH}" --name "${NAME}" "${URL}" "${MODULE_PATH}" || echo "cannot add submodule ${MODULE_PATH}"
|
|
107
|
-
|
|
108
|
-
repo=${URL#"https://github.com/"}
|
|
109
|
-
if [ $ACCESS_TOKEN != "" ]; then
|
|
110
|
-
URL_WITH_TOKEN="https://${ACCESS_TOKEN}@github.com/${repo}"
|
|
111
|
-
echo "apply token for ${repo} at ${MODULE_PATH} branch ${BRANCH}"
|
|
112
|
-
GIT_MODULES="${RELATIVE_MODULE_PATH}/.gitmodules"
|
|
113
|
-
cd "${RELATIVE_MODULE_PATH}"
|
|
114
|
-
git remote set-url origin "${URL_WITH_TOKEN}"
|
|
115
|
-
fi
|
|
116
|
-
# fetch
|
|
117
|
-
git fetch --all
|
|
118
|
-
# pull
|
|
119
|
-
git pull origin "${BRANCH}"
|
|
120
|
-
if [ -f "${GIT_MODULES}" ]; then
|
|
121
|
-
echo "${MODULE_PATH} has submodules"
|
|
122
|
-
bash -e "${SCRIPT}" -cwd ${RELATIVE_MODULE_PATH}
|
|
123
|
-
fi
|
|
124
|
-
done
|
|
125
|
-
|
|
126
|
-
git -C "${REPO_PATH}" submodule update --init --recursive
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
remove_submodule() {
|
|
130
|
-
if [[ -z $2 || $2 == "" ]]; then
|
|
131
|
-
echo "input submodule path"
|
|
132
|
-
read folderpath
|
|
133
|
-
else
|
|
134
|
-
folderpath="$2"
|
|
135
|
-
fi
|
|
136
|
-
|
|
137
|
-
if [ -z $folderpath ]; then
|
|
138
|
-
echo "Folder path is empty" ;
|
|
139
|
-
exit 1;
|
|
140
|
-
fi
|
|
141
|
-
|
|
142
|
-
echo "removing submodule $folderpath"
|
|
143
|
-
|
|
144
|
-
# Remove the submodule entry from .git/config
|
|
145
|
-
if [ -d $folderpath ]; then
|
|
146
|
-
git submodule deinit -f $folderpath
|
|
147
|
-
fi
|
|
148
|
-
|
|
149
|
-
# Remove the submodule directory from the superproject's .git/modules directory
|
|
150
|
-
if [ -d ".git/modules/$folderpath" ]; then
|
|
151
|
-
rm -rf .git/modules/$folderpath
|
|
152
|
-
fi
|
|
153
|
-
|
|
154
|
-
# Remove the entry in .gitmodules and remove the submodule directory located at path/to/submodule
|
|
155
|
-
if [ -d "$folderpath" ]; then
|
|
156
|
-
git rm -f $folderpath
|
|
157
|
-
fi
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
case $1 in
|
|
161
|
-
install|i)
|
|
162
|
-
update_submodule "$@"
|
|
163
|
-
;;
|
|
164
|
-
uninstall|remove|u|x)
|
|
165
|
-
remove_submodule "$@"
|
|
166
|
-
;;
|
|
167
|
-
*)
|
|
168
|
-
echo "no option found. Usage:"
|
|
169
|
-
echo "update submodule $SCRIPT [install|i]"
|
|
170
|
-
echo "remove submodule $SCRIPT [uninstall|remove|u|x]"
|
|
171
|
-
;;
|
|
172
|
-
esac
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Get the base temporary directory path
|
|
3
|
-
* Can be overridden via TEMP_DIR environment variable
|
|
4
|
-
* @returns {string} The base temporary directory path
|
|
5
|
-
*/
|
|
6
|
-
declare function getTempDir(): string;
|
|
7
|
-
/**
|
|
8
|
-
* Get a temporary file or directory path
|
|
9
|
-
* @param {...string} segments - Path segments to join with the temp directory
|
|
10
|
-
* @returns {string} The full temporary path
|
|
11
|
-
*/
|
|
12
|
-
declare function getTempPath(...segments: string[]): string;
|
|
13
|
-
/**
|
|
14
|
-
* Legacy aliases for backward compatibility
|
|
15
|
-
*/
|
|
16
|
-
declare const TEMP_BASE_DIR: string;
|
|
17
|
-
|
|
18
|
-
export { TEMP_BASE_DIR, getTempDir, getTempPath };
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Centralized configuration for binary-collections
|
|
3
|
-
* This module provides a consistent way to handle temporary directories and other configuration across the project.
|
|
4
|
-
*
|
|
5
|
-
* Usage:
|
|
6
|
-
* const { getTempDir, getTempPath } = require('./binary-collections-config');
|
|
7
|
-
*
|
|
8
|
-
* // Get base temp directory
|
|
9
|
-
* const tempDir = getTempDir();
|
|
10
|
-
*
|
|
11
|
-
* // Get specific temp path
|
|
12
|
-
* const myTempPath = getTempPath('my-module', 'output.txt');
|
|
13
|
-
*/
|
|
14
|
-
const path = require("path");
|
|
15
|
-
/**
|
|
16
|
-
* Get the base temporary directory path
|
|
17
|
-
* Can be overridden via TEMP_DIR environment variable
|
|
18
|
-
* @returns {string} The base temporary directory path
|
|
19
|
-
*/
|
|
20
|
-
function getTempDir() {
|
|
21
|
-
return process.env.TEMP_DIR || "tmp";
|
|
22
|
-
}
|
|
23
|
-
/**
|
|
24
|
-
* Get a temporary file or directory path
|
|
25
|
-
* @param {...string} segments - Path segments to join with the temp directory
|
|
26
|
-
* @returns {string} The full temporary path
|
|
27
|
-
*/
|
|
28
|
-
function getTempPath(...segments) {
|
|
29
|
-
return path.join(getTempDir(), ...segments);
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* Legacy aliases for backward compatibility
|
|
33
|
-
*/
|
|
34
|
-
const TEMP_BASE_DIR = getTempDir();
|
|
35
|
-
module.exports = {
|
|
36
|
-
getTempDir,
|
|
37
|
-
getTempPath,
|
|
38
|
-
TEMP_BASE_DIR
|
|
39
|
-
};
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
const { spawn } = require("child_process");
|
|
3
|
-
const { glob } = require("glob");
|
|
4
|
-
const path = require("path");
|
|
5
|
-
const { getArgs } = require("./utils.js");
|
|
6
|
-
const pkgJson = require("../package.json");
|
|
7
|
-
const fs = require("fs");
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Main binary-collections script that dynamically finds and executes other scripts
|
|
11
|
-
* Usage: npx binary-collections <script-name> [...args]
|
|
12
|
-
* Example: npx binary-collections git-diff -s
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
function showHelp() {
|
|
16
|
-
console.log("🚀 Binary Collections - Dynamic Script Runner");
|
|
17
|
-
console.log("═══════════════════════════════════════════════");
|
|
18
|
-
console.log("");
|
|
19
|
-
console.log("📋 Usage: npx binary-collections <script-name> [...args]");
|
|
20
|
-
console.log("");
|
|
21
|
-
console.log("✨ Examples:");
|
|
22
|
-
console.log(" 📊 npx binary-collections git-diff -s");
|
|
23
|
-
console.log(" 🧹 npx binary-collections del-node-modules");
|
|
24
|
-
console.log(" 🔍 npx binary-collections find-node-modules --help");
|
|
25
|
-
console.log("");
|
|
26
|
-
console.log("ℹ️ This tool will search for <script-name>.{cjs,js,mjs} in the script's directory");
|
|
27
|
-
console.log(" and execute it with the provided arguments.");
|
|
28
|
-
console.log("");
|
|
29
|
-
console.log("⚙️ Options:");
|
|
30
|
-
console.log(" --help, -h Show this help message");
|
|
31
|
-
process.exit(0);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
function findScript(scriptName, searchDir = null) {
|
|
35
|
-
if (!searchDir) searchDir = __dirname;
|
|
36
|
-
|
|
37
|
-
// Define ignore patterns for library config and utils
|
|
38
|
-
const ignorePatterns = [
|
|
39
|
-
`**/*config*.{cjs,js,mjs}`,
|
|
40
|
-
`**/utils.{cjs,js,mjs}`,
|
|
41
|
-
`**/index.{cjs,js,mjs}`,
|
|
42
|
-
`**/chunk-*.{cjs,js,mjs}`,
|
|
43
|
-
`**/*.d.{ts,cts,mts}` // ignore TypeScript declaration files
|
|
44
|
-
];
|
|
45
|
-
|
|
46
|
-
try {
|
|
47
|
-
// Use glob to find script files, excluding ignored patterns
|
|
48
|
-
// Use cwd option for better path handling
|
|
49
|
-
const pattern = `${scriptName}.{cjs,js,mjs}`;
|
|
50
|
-
const files = glob.sync(pattern, {
|
|
51
|
-
cwd: searchDir,
|
|
52
|
-
ignore: ignorePatterns,
|
|
53
|
-
absolute: true
|
|
54
|
-
});
|
|
55
|
-
|
|
56
|
-
if (files.length > 0) {
|
|
57
|
-
// Return the first match if found
|
|
58
|
-
return files[0];
|
|
59
|
-
} else {
|
|
60
|
-
// If not found pick from pkg.bin[scriptName] when exist
|
|
61
|
-
if (pkgJson.bin[scriptName]) {
|
|
62
|
-
const find = [
|
|
63
|
-
path.join(searchDir, pkgJson.bin[scriptName]),
|
|
64
|
-
path.join(process.cwd(), "node_modules/binary-collections", pkgJson.bin[scriptName])
|
|
65
|
-
].filter((file) => fs.existsSync(file));
|
|
66
|
-
if (find.length > 0) {
|
|
67
|
-
return find[0];
|
|
68
|
-
} else {
|
|
69
|
-
console.warn(`⚠️ Script "${scriptName}" not found in ${searchDir}.`);
|
|
70
|
-
console.warn(`🔍 Searched for: ${pattern} in ${searchDir}`);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
} catch (error) {
|
|
75
|
-
console.error(`🔍 Error searching for script: ${error.message}`);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
return null;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
function executeScript(scriptPath, args) {
|
|
82
|
-
const child = spawn("node", [scriptPath, ...args], {
|
|
83
|
-
stdio: "inherit",
|
|
84
|
-
shell: true
|
|
85
|
-
});
|
|
86
|
-
|
|
87
|
-
child.on("error", (error) => {
|
|
88
|
-
console.error(`❌ Error executing script: ${error.message}`);
|
|
89
|
-
process.exit(1);
|
|
90
|
-
});
|
|
91
|
-
|
|
92
|
-
child.on("close", (code) => {
|
|
93
|
-
process.exit(code);
|
|
94
|
-
});
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
function main() {
|
|
98
|
-
const args = getArgs();
|
|
99
|
-
const positional = args._ || [];
|
|
100
|
-
|
|
101
|
-
// Show help if no arguments or if help is requested without a script name
|
|
102
|
-
if (positional.length === 0 || (positional.length === 1 && (args.help || args.h))) {
|
|
103
|
-
showHelp();
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
const scriptName = positional[0];
|
|
107
|
-
const scriptArgs = positional.slice(1);
|
|
108
|
-
|
|
109
|
-
// Find the script in current directory
|
|
110
|
-
const scriptPath = findScript(scriptName);
|
|
111
|
-
|
|
112
|
-
if (!scriptPath) {
|
|
113
|
-
console.error(`❌ Error: Script "${scriptName}" not found.`);
|
|
114
|
-
console.error(`🔍 Searched for: ${scriptName}.{cjs,js,mjs} in ${__dirname}`);
|
|
115
|
-
console.error("");
|
|
116
|
-
console.error("📝 Available extensions: .cjs, .js, .mjs");
|
|
117
|
-
process.exit(1);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
// Show relative path from current working directory
|
|
121
|
-
const relativePath = path.relative(process.cwd(), scriptPath);
|
|
122
|
-
console.log(`✅ Found script: ${relativePath}`);
|
|
123
|
-
executeScript(scriptPath, scriptArgs);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// Handle uncaught exceptions
|
|
127
|
-
process.on("uncaughtException", (error) => {
|
|
128
|
-
console.error("💥 Uncaught Exception:", error.message);
|
|
129
|
-
process.exit(1);
|
|
130
|
-
});
|
|
131
|
-
|
|
132
|
-
process.on("unhandledRejection", (reason, promise) => {
|
|
133
|
-
console.error("⚠️ Unhandled Rejection at:", promise, "reason:", reason);
|
|
134
|
-
process.exit(1);
|
|
135
|
-
});
|
|
136
|
-
|
|
137
|
-
main();
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
const { spawn } = require("child_process");
|
|
3
|
-
const { glob } = require("glob");
|
|
4
|
-
const path = require("path");
|
|
5
|
-
const { getArgs } = require("./utils.js");
|
|
6
|
-
const pkgJson = require("../package.json");
|
|
7
|
-
const fs = require("fs");
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Main binary-collections script that dynamically finds and executes other scripts
|
|
11
|
-
* Usage: npx binary-collections <script-name> [...args]
|
|
12
|
-
* Example: npx binary-collections git-diff -s
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
function showHelp() {
|
|
16
|
-
console.log("🚀 Binary Collections - Dynamic Script Runner");
|
|
17
|
-
console.log("═══════════════════════════════════════════════");
|
|
18
|
-
console.log("");
|
|
19
|
-
console.log("📋 Usage: npx binary-collections <script-name> [...args]");
|
|
20
|
-
console.log("");
|
|
21
|
-
console.log("✨ Examples:");
|
|
22
|
-
console.log(" 📊 npx binary-collections git-diff -s");
|
|
23
|
-
console.log(" 🧹 npx binary-collections del-node-modules");
|
|
24
|
-
console.log(" 🔍 npx binary-collections find-node-modules --help");
|
|
25
|
-
console.log("");
|
|
26
|
-
console.log("ℹ️ This tool will search for <script-name>.{cjs,js,mjs} in the script's directory");
|
|
27
|
-
console.log(" and execute it with the provided arguments.");
|
|
28
|
-
console.log("");
|
|
29
|
-
console.log("⚙️ Options:");
|
|
30
|
-
console.log(" --help, -h Show this help message");
|
|
31
|
-
process.exit(0);
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
function findScript(scriptName, searchDir = null) {
|
|
35
|
-
if (!searchDir) searchDir = __dirname;
|
|
36
|
-
|
|
37
|
-
// Define ignore patterns for library config and utils
|
|
38
|
-
const ignorePatterns = [
|
|
39
|
-
`**/*config*.{cjs,js,mjs}`,
|
|
40
|
-
`**/utils.{cjs,js,mjs}`,
|
|
41
|
-
`**/index.{cjs,js,mjs}`,
|
|
42
|
-
`**/chunk-*.{cjs,js,mjs}`,
|
|
43
|
-
`**/*.d.{ts,cts,mts}` // ignore TypeScript declaration files
|
|
44
|
-
];
|
|
45
|
-
|
|
46
|
-
try {
|
|
47
|
-
// Use glob to find script files, excluding ignored patterns
|
|
48
|
-
// Use cwd option for better path handling
|
|
49
|
-
const pattern = `${scriptName}.{cjs,js,mjs}`;
|
|
50
|
-
const files = glob.sync(pattern, {
|
|
51
|
-
cwd: searchDir,
|
|
52
|
-
ignore: ignorePatterns,
|
|
53
|
-
absolute: true
|
|
54
|
-
});
|
|
55
|
-
|
|
56
|
-
if (files.length > 0) {
|
|
57
|
-
// Return the first match if found
|
|
58
|
-
return files[0];
|
|
59
|
-
} else {
|
|
60
|
-
// If not found pick from pkg.bin[scriptName] when exist
|
|
61
|
-
if (pkgJson.bin[scriptName]) {
|
|
62
|
-
const find = [
|
|
63
|
-
path.join(searchDir, pkgJson.bin[scriptName]),
|
|
64
|
-
path.join(process.cwd(), "node_modules/binary-collections", pkgJson.bin[scriptName])
|
|
65
|
-
].filter((file) => fs.existsSync(file));
|
|
66
|
-
if (find.length > 0) {
|
|
67
|
-
return find[0];
|
|
68
|
-
} else {
|
|
69
|
-
console.warn(`⚠️ Script "${scriptName}" not found in ${searchDir}.`);
|
|
70
|
-
console.warn(`🔍 Searched for: ${pattern} in ${searchDir}`);
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
} catch (error) {
|
|
75
|
-
console.error(`🔍 Error searching for script: ${error.message}`);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
return null;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
function executeScript(scriptPath, args) {
|
|
82
|
-
const child = spawn("node", [scriptPath, ...args], {
|
|
83
|
-
stdio: "inherit",
|
|
84
|
-
shell: true
|
|
85
|
-
});
|
|
86
|
-
|
|
87
|
-
child.on("error", (error) => {
|
|
88
|
-
console.error(`❌ Error executing script: ${error.message}`);
|
|
89
|
-
process.exit(1);
|
|
90
|
-
});
|
|
91
|
-
|
|
92
|
-
child.on("close", (code) => {
|
|
93
|
-
process.exit(code);
|
|
94
|
-
});
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
function main() {
|
|
98
|
-
const args = getArgs();
|
|
99
|
-
const positional = args._ || [];
|
|
100
|
-
|
|
101
|
-
// Show help if no arguments or if help is requested without a script name
|
|
102
|
-
if (positional.length === 0 || (positional.length === 1 && (args.help || args.h))) {
|
|
103
|
-
showHelp();
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
const scriptName = positional[0];
|
|
107
|
-
const scriptArgs = positional.slice(1);
|
|
108
|
-
|
|
109
|
-
// Find the script in current directory
|
|
110
|
-
const scriptPath = findScript(scriptName);
|
|
111
|
-
|
|
112
|
-
if (!scriptPath) {
|
|
113
|
-
console.error(`❌ Error: Script "${scriptName}" not found.`);
|
|
114
|
-
console.error(`🔍 Searched for: ${scriptName}.{cjs,js,mjs} in ${__dirname}`);
|
|
115
|
-
console.error("");
|
|
116
|
-
console.error("📝 Available extensions: .cjs, .js, .mjs");
|
|
117
|
-
process.exit(1);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
// Show relative path from current working directory
|
|
121
|
-
const relativePath = path.relative(process.cwd(), scriptPath);
|
|
122
|
-
console.log(`✅ Found script: ${relativePath}`);
|
|
123
|
-
executeScript(scriptPath, scriptArgs);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
// Handle uncaught exceptions
|
|
127
|
-
process.on("uncaughtException", (error) => {
|
|
128
|
-
console.error("💥 Uncaught Exception:", error.message);
|
|
129
|
-
process.exit(1);
|
|
130
|
-
});
|
|
131
|
-
|
|
132
|
-
process.on("unhandledRejection", (reason, promise) => {
|
|
133
|
-
console.error("⚠️ Unhandled Rejection at:", promise, "reason:", reason);
|
|
134
|
-
process.exit(1);
|
|
135
|
-
});
|
|
136
|
-
|
|
137
|
-
main();
|
package/lib/changelog.d.mts
DELETED