binary-collections 2.0.11 → 2.0.12
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/.opencode/package.json +5 -0
- package/binaries/rmx +15 -1
- package/binaries/rmx.cmd +12 -0
- package/binaries/test-cjs +9 -1
- package/binaries/test-cjs.cmd +16 -1
- package/binaries/test-esm +16 -0
- package/binaries/test-esm.cjs +178 -0
- package/binaries/test-esm.cmd +23 -0
- package/binaries/yarn-clean +1 -1
- package/binaries/yarn-clean.cmd +1 -1
- package/binaries/yarn-clean.py +33 -15
- package/binaries/yc +110 -0
- package/binaries/yc.cjs +178 -0
- package/lib/binary-collections/config.cjs +126 -0
- package/lib/binary-collections/config.mjs +7 -0
- package/lib/binary-collections/executeScript.cjs +19 -0
- package/lib/binary-collections/executeScript.d.cts +12 -0
- package/lib/binary-collections/executeScript.mjs +6 -0
- package/lib/binary-collections/findScript.cjs +284 -0
- package/lib/binary-collections/findScript.d.cts +12 -0
- package/lib/binary-collections/findScript.mjs +7 -0
- package/lib/binary-collections/listScript.cjs +266 -0
- package/lib/binary-collections/listScript.d.cts +19 -0
- package/lib/binary-collections/listScript.mjs +7 -0
- package/lib/binary-collections.cjs +224 -137
- package/lib/binary-collections.mjs +22 -282
- package/lib/changelog.cjs +2 -2
- package/lib/changelog.mjs +1 -1
- package/lib/{chunk-AJDD5DZM.mjs → chunk-2LSRSEXF.mjs} +1 -1
- package/lib/{chunk-Z6JLYU2J.mjs → chunk-5RTXZVCW.mjs} +2 -2
- package/lib/{chunk-XA3SNBPA.mjs → chunk-66KDU4TX.mjs} +93 -9
- package/lib/chunk-6PU7BAHB.mjs +61 -0
- package/lib/chunk-C6D2TTYU.mjs +32 -0
- package/lib/chunk-FB2WKVJD.mjs +158 -0
- package/lib/{chunk-NCXAP7AA.mjs → chunk-G5UUEWUO.mjs} +9 -5
- package/lib/{chunk-N436BNBK.mjs → chunk-GAGABICI.mjs} +19 -13
- package/lib/chunk-H44UWUFY.mjs +105 -0
- package/lib/chunk-NCZPTKDV.mjs +79 -0
- package/lib/chunk-NGFK3EYW.mjs +28 -0
- package/lib/chunk-NVEG3LEZ.mjs +143 -0
- package/lib/chunk-OGXVGBRI.mjs +29 -0
- package/lib/chunk-OXV52GD5.mjs +62 -0
- package/lib/chunk-PXBMHE7O.mjs +35 -0
- package/lib/chunk-R5FJOR63.mjs +47 -0
- package/lib/chunk-SPTECFE5.mjs +180 -0
- package/lib/chunk-UXCFNAR6.mjs +55 -0
- package/lib/chunk-V2IBPCEV.mjs +39 -0
- package/lib/chunk-XPJGCDOD.mjs +14 -0
- package/lib/chunk-ZOWVMII3.mjs +228 -0
- package/lib/clean-github-actions-caches-cli.cjs +465 -0
- package/lib/clean-github-actions-caches-cli.d.cts +1 -0
- package/lib/clean-github-actions-caches-cli.mjs +56 -0
- package/lib/clean-github-actions-caches.cjs +149 -205
- package/lib/clean-github-actions-caches.d.cts +15 -1
- package/lib/clean-github-actions-caches.mjs +4 -130
- package/lib/cross-env/command.cjs +63 -0
- package/lib/cross-env/command.d.ts +8 -0
- package/lib/cross-env/command.js +45 -0
- package/lib/cross-env/command.mjs +9 -0
- package/lib/cross-env/index.cjs +178 -0
- package/lib/cross-env/index.d.ts +8 -0
- package/lib/cross-env/index.js +102 -0
- package/lib/cross-env/index.mjs +101 -0
- package/lib/cross-env/variable.cjs +60 -0
- package/lib/cross-env/variable.d.ts +7 -0
- package/lib/cross-env/variable.js +59 -0
- package/lib/cross-env/variable.mjs +9 -0
- package/lib/del-gradle.cjs +2 -2
- package/lib/del-gradle.js +8 -8
- package/lib/del-gradle.mjs +1 -1
- package/lib/del-node-modules.js +24 -24
- package/lib/del-ps.cjs +2 -2
- package/lib/del-ps.js +8 -8
- package/lib/del-ps.mjs +1 -1
- package/lib/del-yarn-caches.cjs +2 -2
- package/lib/del-yarn-caches.js +2 -2
- package/lib/del-yarn-caches.mjs +1 -1
- package/lib/file/copy-cli.cjs +92 -0
- package/lib/file/copy-cli.d.mts +1 -0
- package/lib/file/copy-cli.mjs +55 -0
- package/lib/file/copy.cjs +56 -0
- package/lib/file/copy.d.mts +1 -0
- package/lib/file/copy.mjs +8 -0
- package/lib/file/move-cli.cjs +91 -0
- package/lib/file/move-cli.d.mts +1 -0
- package/lib/file/move-cli.mjs +55 -0
- package/lib/file/move.cjs +55 -0
- package/lib/file/move.d.mts +1 -0
- package/lib/file/move.mjs +8 -0
- package/lib/find-node-modules-cli.js +1 -1
- package/lib/free-chatgpt.cjs +21 -15
- package/lib/free-chatgpt.js +10 -10
- package/lib/free-chatgpt.mjs +2 -2
- package/lib/git/user-config.cjs +2 -2
- package/lib/git/user-config.mjs +2 -2
- package/lib/git-diff-cli.cjs +188 -42
- package/lib/git-diff-cli.mjs +5 -4
- package/lib/git-diff.cjs +188 -42
- package/lib/git-diff.d.ts +2 -1
- package/lib/git-diff.js +91 -34
- package/lib/git-diff.mjs +5 -4
- package/lib/git-fix.cjs +2 -2
- package/lib/git-fix.mjs +2 -2
- package/lib/git-purge.cjs +2 -2
- package/lib/git-purge.mjs +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/kill-night-crows.cjs +7 -7
- package/lib/kill-night-crows.mjs +7 -7
- package/lib/node-cache-cleaner/npm.cjs +65 -0
- package/lib/node-cache-cleaner/npm.d.ts +2 -0
- package/lib/node-cache-cleaner/npm.js +41 -0
- package/lib/node-cache-cleaner/npm.mjs +10 -0
- package/lib/node-cache-cleaner/npx.cjs +89 -0
- package/lib/node-cache-cleaner/npx.d.ts +4 -0
- package/lib/node-cache-cleaner/npx.js +82 -0
- package/lib/{ps/index.d.mjs → node-cache-cleaner/npx.mjs} +6 -5
- package/lib/node-cache-cleaner/yarn.cjs +73 -0
- package/lib/node-cache-cleaner/yarn.d.ts +2 -0
- package/lib/node-cache-cleaner/yarn.js +62 -0
- package/lib/node-cache-cleaner/yarn.mjs +10 -0
- package/lib/node-cache-cleaner-cli.cjs +182 -0
- package/lib/node-cache-cleaner-cli.d.ts +2 -0
- package/lib/node-cache-cleaner-cli.js +60 -0
- package/lib/node-cache-cleaner-cli.mjs +56 -0
- package/lib/node-executor.cjs +91 -0
- package/lib/node-executor.d.cts +2 -0
- package/lib/node-executor.mjs +103 -0
- package/lib/npm-run-series.cjs +21 -28
- package/lib/npm-run-series.mjs +20 -6
- package/lib/package-resolutions-updater-cli.cjs +213 -128
- package/lib/package-resolutions-updater-cli.mjs +17 -39
- package/lib/package-resolutions-updater.cjs +204 -98
- package/lib/package-resolutions-updater.d.mts +20 -1
- package/lib/package-resolutions-updater.mjs +7 -5
- package/lib/print-directory-tree.cjs +2 -2
- package/lib/print-directory-tree.mjs +1 -1
- package/lib/ps/connected-domain.js +10 -10
- package/lib/ps/index.cjs +1 -1
- package/lib/ps/index.mjs +177 -171
- package/lib/ps/isWin.js +1 -1
- package/lib/ps/table-parser.js +6 -6
- package/lib/remove-module.cjs +2 -2
- package/lib/remove-module.mjs +1 -1
- package/lib/rm-node-module-cli.cjs +222 -0
- package/lib/rm-node-module-cli.d.cts +1 -0
- package/lib/rm-node-module-cli.mjs +89 -0
- package/lib/rm-node-modules.cjs +127 -0
- package/lib/rm-node-modules.d.cts +35 -0
- package/lib/{binary-collections-config.mjs → rm-node-modules.mjs} +3 -3
- package/lib/rmpath.cjs +2 -2
- package/lib/rmpath.mjs +1 -1
- package/lib/submodule-install.cjs +47 -34
- package/lib/submodule-install.mjs +46 -33
- package/lib/submodule-remove-cli.cjs +1 -2
- package/lib/submodule-remove-cli.js +3 -3
- package/lib/submodule-remove-cli.mjs +1 -2
- package/lib/utils/chatgpt.cjs +19 -13
- package/lib/utils/chatgpt.js +94 -94
- package/lib/utils/chatgpt.mjs +1 -1
- package/lib/utils/findEnvFiles.cjs +28 -46
- package/lib/utils/findEnvFiles.d.cts +19 -0
- package/lib/utils/findEnvFiles.mjs +3 -5
- package/lib/utils/findWorkspaceRoot.js +4 -4
- package/lib/utils/index.cjs +2 -2
- package/lib/utils/index.mjs +1 -1
- package/lib/utils/isGithubTokenValid.js +7 -7
- package/lib/{ps/index.d.cjs → utils/isWindows.cjs} +17 -3
- package/lib/utils/isWindows.d.ts +5 -0
- package/lib/utils/isWindows.js +10 -0
- package/lib/utils/isWindows.mjs +8 -0
- package/lib/utils/runBash.cjs +53 -0
- package/lib/utils/runBash.d.cts +12 -0
- package/lib/utils/runBash.mjs +66 -0
- package/lib/yarn-per-branch-lock-installer.cjs +97 -0
- package/lib/yarn-per-branch-lock-installer.d.cts +2 -0
- package/lib/yarn-per-branch-lock-installer.mjs +109 -0
- package/lib/yarn-reinstall.cjs +2 -2
- package/lib/yarn-reinstall.mjs +1 -1
- package/package.json +61 -52
- package/readme.html +784 -0
- package/readme.md +106 -218
- package/releases/readme.md +1 -1
- package/test/README.md +2 -2
- package/test-project/package.json +8 -2
- package/test-project/workspaces/workspace-a/package.json +135 -0
- package/test-project/workspaces/workspace-a/readme.md +20 -0
- package/test-project/workspaces/workspace-a/release/readme.md +42 -0
- package/test-project/workspaces/workspace-a/test/demo/package.json +25 -0
- package/test-project/workspaces/workspace-a/test/readme.md +12 -0
- package/test-project/workspaces/workspace-b/package.json +139 -0
- package/test-project/workspaces/workspace-b/readme.md +94 -0
- package/test-project/workspaces/workspace-b/requirements.txt +1 -0
- package/test-project/workspaces/workspace-b/test/sample-project/package.json +7 -0
- package/test-project/workspaces/workspace-b/themes/hexo-theme-flowbite/package.json +96 -0
- package/test-project/workspaces/workspace-b/themes/hexo-theme-flowbite/readme.md +156 -0
- package/tmp/rm-node-modules-test-project/package.json +17 -0
- package/tmp/rm-node-modules-test-project/packages/workspace-a/package.json +16 -0
- package/tmp/rm-node-modules-test-project/packages/workspace-b/package.json +16 -0
- package/tmp/test-repo/README.md +2 -35
- package/tmp/test-repo/package.json +13 -3
- package/docs-src/clean-github-actions-caches.md +0 -26
- package/docs-src/free-chatgpt.md +0 -26
- package/lib/binary-collections-config.cjs +0 -15
- package/lib/chunk-2CBJCW7E.mjs +0 -81
- package/lib/chunk-4UHL4WVN.mjs +0 -136
- package/lib/chunk-66PAU5PS.mjs +0 -31
- package/lib/chunk-6HHJRKFB.mjs +0 -59
- package/lib/chunk-7XTEJHOE.mjs +0 -193
- package/lib/chunk-FCDQGYBF.mjs +0 -136
- package/lib/chunk-GEYA2USY.mjs +0 -207
- package/lib/chunk-GJTGHXRA.mjs +0 -356
- package/lib/chunk-ID2WBTE2.mjs +0 -80
- package/lib/chunk-JXFOHKDM.mjs +0 -239
- package/lib/chunk-PDSXF5HY.mjs +0 -187
- package/lib/chunk-RWLXRTYP.mjs +0 -109
- package/lib/chunk-TOIVAQF7.mjs +0 -136
- package/lib/chunk-V5SKYJUB.mjs +0 -136
- package/lib/chunk-WSRETQCA.mjs +0 -59
- package/lib/chunk-YYLIQQKF.mjs +0 -31
- package/lib/ps/index.d.ts +0 -2
- package/lib/ps/index.js +0 -254
- package/lib/utils/findEnvFiles.d.ts +0 -8
- package/lib/utils/findEnvFiles.js +0 -121
- package/tmp/typedoc/readme.md +0 -320
- /package/lib/{binary-collections-config.d.cts → binary-collections/config.d.cts} +0 -0
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
-
var ownKeys = function(o) {
|
|
20
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
-
var ar = [];
|
|
22
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
-
return ar;
|
|
24
|
-
};
|
|
25
|
-
return ownKeys(o);
|
|
26
|
-
};
|
|
27
|
-
return function (mod) {
|
|
28
|
-
if (mod && mod.__esModule) return mod;
|
|
29
|
-
var result = {};
|
|
30
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
-
__setModuleDefault(result, mod);
|
|
32
|
-
return result;
|
|
33
|
-
};
|
|
34
|
-
})();
|
|
35
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
36
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
37
|
-
};
|
|
38
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.findEnvFiles = findEnvFiles;
|
|
40
|
-
const node_fs_1 = __importDefault(require("node:fs"));
|
|
41
|
-
const node_path_1 = __importDefault(require("node:path"));
|
|
42
|
-
const glob = __importStar(require("glob"));
|
|
43
|
-
const DEFAULT_IGNORES = [
|
|
44
|
-
"**/node_modules/**",
|
|
45
|
-
"**/.git/**",
|
|
46
|
-
"**/.yarn/**",
|
|
47
|
-
"**/.pnpm/**",
|
|
48
|
-
"**/dist/**",
|
|
49
|
-
"**/build/**",
|
|
50
|
-
"**/coverage/**",
|
|
51
|
-
"**/vendor/**",
|
|
52
|
-
"**/tmp/**",
|
|
53
|
-
"**/.cache/**",
|
|
54
|
-
"**/assets/**",
|
|
55
|
-
"**/logs/**",
|
|
56
|
-
"**/output/**",
|
|
57
|
-
"**/public/**",
|
|
58
|
-
"**/static/**",
|
|
59
|
-
"**/temp/**",
|
|
60
|
-
"**/backup/**",
|
|
61
|
-
"**/backups/**",
|
|
62
|
-
"**/examples/**",
|
|
63
|
-
"**/docs/**",
|
|
64
|
-
"**/tests/**",
|
|
65
|
-
"**/__tests__/**",
|
|
66
|
-
"**/spec/**",
|
|
67
|
-
"**/__specs__/**",
|
|
68
|
-
"**/scripts/**",
|
|
69
|
-
"**/bin/**",
|
|
70
|
-
"**/hooks/**",
|
|
71
|
-
"**/config/**",
|
|
72
|
-
"**/configs/**",
|
|
73
|
-
"**/settings/**",
|
|
74
|
-
"**/.vscode/**",
|
|
75
|
-
"**/.idea/**"
|
|
76
|
-
];
|
|
77
|
-
/**
|
|
78
|
-
* Find .env files.
|
|
79
|
-
*
|
|
80
|
-
* @param {string} startDir
|
|
81
|
-
* @param {(file:string)=>boolean} [filter]
|
|
82
|
-
* @returns {string[]}
|
|
83
|
-
*/
|
|
84
|
-
function findEnvFiles(startDir = process.cwd(), filter) {
|
|
85
|
-
const found = new Set();
|
|
86
|
-
function addFile(file) {
|
|
87
|
-
const normalized = node_path_1.default.normalize(file);
|
|
88
|
-
if (typeof filter === "function" && !filter(normalized)) {
|
|
89
|
-
return;
|
|
90
|
-
}
|
|
91
|
-
found.add(normalized);
|
|
92
|
-
}
|
|
93
|
-
/* --------------------------------
|
|
94
|
-
* Parent directories
|
|
95
|
-
* -------------------------------- */
|
|
96
|
-
let current = node_path_1.default.resolve(startDir);
|
|
97
|
-
while (true) {
|
|
98
|
-
const envPath = node_path_1.default.join(current, ".env");
|
|
99
|
-
if (node_fs_1.default.existsSync(envPath)) {
|
|
100
|
-
addFile(envPath);
|
|
101
|
-
}
|
|
102
|
-
const parent = node_path_1.default.dirname(current);
|
|
103
|
-
if (parent === current) {
|
|
104
|
-
break;
|
|
105
|
-
}
|
|
106
|
-
current = parent;
|
|
107
|
-
}
|
|
108
|
-
/* --------------------------------
|
|
109
|
-
* Subdirectories via glob
|
|
110
|
-
* -------------------------------- */
|
|
111
|
-
const files = glob.globSync("**/.env*", {
|
|
112
|
-
cwd: startDir,
|
|
113
|
-
absolute: true,
|
|
114
|
-
nodir: true,
|
|
115
|
-
ignore: DEFAULT_IGNORES
|
|
116
|
-
});
|
|
117
|
-
for (const file of files) {
|
|
118
|
-
addFile(file);
|
|
119
|
-
}
|
|
120
|
-
return [...found];
|
|
121
|
-
}
|
package/tmp/typedoc/readme.md
DELETED
|
@@ -1,320 +0,0 @@
|
|
|
1
|
-
# Binary Collections
|
|
2
|
-
A comprehensive toolkit of Node.js CLI utilities for streamlining development workflows. Includes tools for git operations, dependency management, build processes, automation, and more.
|
|
3
|
-
|
|
4
|
-
## Features
|
|
5
|
-
|
|
6
|
-
- 🧹 **Cleanup Tools**: Remove node_modules, yarn caches, gradle builds
|
|
7
|
-
- 🔄 **Git Utilities**: Submodule management, repository purging, diff tools
|
|
8
|
-
- 📦 **Build Tools**: NPM script runners, package management utilities
|
|
9
|
-
- ⚡ **Development Helpers**: Process management, environment setup tools
|
|
10
|
-
|
|
11
|
-
## Installation
|
|
12
|
-
|
|
13
|
-
### Clone Repository
|
|
14
|
-
```bash
|
|
15
|
-
git clone -b master https://github.com/dimaslanjaka/bin bin
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
### NPM Installation
|
|
19
|
-
```bash
|
|
20
|
-
# Install locally
|
|
21
|
-
npm install binary-collections
|
|
22
|
-
|
|
23
|
-
# Install globally
|
|
24
|
-
npm install binary-collections -g
|
|
25
|
-
|
|
26
|
-
# Install from release archive
|
|
27
|
-
npm install binary-collections@https://github.com/dimaslanjaka/bin/raw/master/releases/bin.tgz
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
### Direct run
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
# Yarn berry
|
|
34
|
-
yarn dlx binary-collections@https://raw.githubusercontent.com/dimaslanjaka/bin/master/releases/bin.tgz <command-name>
|
|
35
|
-
|
|
36
|
-
# NPX
|
|
37
|
-
npx binary-collections@https://raw.githubusercontent.com/dimaslanjaka/bin/master/releases/bin.tgz <command-name>
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
## VS Code Setup
|
|
41
|
-
|
|
42
|
-
Create `https://github.com/dimaslanjaka/bin/blob/master/.vscode/settings.json` to add binary tools to your PATH:
|
|
43
|
-
|
|
44
|
-
```jsonc
|
|
45
|
-
{
|
|
46
|
-
"terminal.integrated.env.linux": {
|
|
47
|
-
"PATH": "${env:PATH}:${workspaceFolder}/node_modules/.bin:${workspaceFolder}/bin"
|
|
48
|
-
},
|
|
49
|
-
"terminal.integrated.env.windows": {
|
|
50
|
-
"PATH": "${env:PATH};${workspaceFolder}\\node_modules\\.bin;${workspaceFolder}\\bin"
|
|
51
|
-
},
|
|
52
|
-
"terminal.integrated.profiles.windows": {
|
|
53
|
-
"PowerShell": {
|
|
54
|
-
"source": "PowerShell",
|
|
55
|
-
"icon": "terminal-powershell"
|
|
56
|
-
},
|
|
57
|
-
"Command Prompt": {
|
|
58
|
-
"path": [
|
|
59
|
-
"${env:windir}\\Sysnative\\cmd.exe",
|
|
60
|
-
"${env:windir}\\System32\\cmd.exe"
|
|
61
|
-
],
|
|
62
|
-
"args": [],
|
|
63
|
-
"icon": "terminal-cmd"
|
|
64
|
-
},
|
|
65
|
-
"Git Bash": {
|
|
66
|
-
"source": "Git Bash"
|
|
67
|
-
},
|
|
68
|
-
"Cygwin": {
|
|
69
|
-
"path": "C:\\cygwin64\\bin\\bash.exe",
|
|
70
|
-
"args": ["--login", "-i"],
|
|
71
|
-
"env": {
|
|
72
|
-
"CHERE_INVOKING": "1"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
"terminal.integrated.defaultProfile.windows": "Command Prompt"
|
|
77
|
-
}
|
|
78
|
-
```
|
|
79
|
-
|
|
80
|
-
## Available Tools
|
|
81
|
-
|
|
82
|
-
### Quick Reference
|
|
83
|
-
|
|
84
|
-
| Category | Commands | Description |
|
|
85
|
-
|------------------|-------------------------------------------------------------------------|--------------------------------------------------|
|
|
86
|
-
| **Git** | `git-purge`, `git-diff`, `git-fix`, `git-reduce-size` | Git repository management and optimization |
|
|
87
|
-
| **Submodules** | `submodule`, `submodule-install`, `submodule-remove`, `submodule-token` | Git submodule operations |
|
|
88
|
-
| **NPM Scripts** | `nrs`, `run-s`, `run-series`, `npm-run-series` | Run npm scripts in series with pattern matching |
|
|
89
|
-
| **Package Mgmt** | `yarn-reinstall`, `pkg-resolutions-updater`, `pkg-res-updater` | Yarn/package resolutions management utilities |
|
|
90
|
-
| **Node.js Dev** | `find-node-modules`, `find-nodemodules`, `dev`, `prod`, `empty` | Node.js development helpers |
|
|
91
|
-
| **Process Mgmt** | `kill-process`, `nodekill`, `javakill`, `del-ps` | Process management and termination |
|
|
92
|
-
| **File System** | `rmfind`, `rmpath`, `rmx`, `print-tree`, `dir-tree` | File system operations |
|
|
93
|
-
| **Cleanup** | `del-nodemodules`, `del-yarncaches`, `del-gradle` | Cache and build directory cleanup |
|
|
94
|
-
| **GitHub Actions**| `clean-github-actions-caches`, `clean-github-actions-cache`, `clear-github-actions-cache`, `clear-github-actions-caches`, `clear-gh-caches` | Remove old GitHub Actions caches, keep only latest |
|
|
95
|
-
|
|
96
|
-
---
|
|
97
|
-
#### Binary List Generation & Source Code
|
|
98
|
-
|
|
99
|
-
The list of available binaries and utilities is auto-generated by the build script ([`https://github.com/dimaslanjaka/bin/blob/master/build.mjs`](https://github.com/dimaslanjaka/bin/blob/master/build.mjs)).
|
|
100
|
-
- All CLI tools and binaries are collected from the `bin/`, `lib/`, and other relevant folders.
|
|
101
|
-
- The build process updates the `bin` field in `https://github.com/dimaslanjaka/bin/blob/master/package.json` to reflect all available executables.
|
|
102
|
-
- Source code for utilities is located in the `src/` folder.
|
|
103
|
-
|
|
104
|
-
To update the binary list, run:
|
|
105
|
-
```bash
|
|
106
|
-
yarn run build
|
|
107
|
-
# or
|
|
108
|
-
node build.mjs
|
|
109
|
-
```
|
|
110
|
-
This scans the project and updates `package.json` with all available binaries. The list may change as files are added or removed.
|
|
111
|
-
|
|
112
|
-
See also:
|
|
113
|
-
- [Binary executables](https://github.com/dimaslanjaka/bin/tree/master/bin)
|
|
114
|
-
- [Library modules](https://github.com/dimaslanjaka/bin/tree/master/lib)
|
|
115
|
-
- [Package configuration](https://github.com/dimaslanjaka/bin/blob/master/package.json)
|
|
116
|
-
|
|
117
|
-
### Git Tools
|
|
118
|
-
|
|
119
|
-
#### Git Repository Purge
|
|
120
|
-
Clean and optimize git repositories by pruning reflogs:
|
|
121
|
-
```bash
|
|
122
|
-
git-purge
|
|
123
|
-
```
|
|
124
|
-

|
|
125
|
-
|
|
126
|
-
#### Git Diff Utility
|
|
127
|
-
Enhanced git diff functionality:
|
|
128
|
-
```bash
|
|
129
|
-
git-diff
|
|
130
|
-
```
|
|
131
|
-
|
|
132
|
-
#### Git Fix Utility
|
|
133
|
-
Comprehensive Git configuration fixer for cross-platform development (replaces `git-fix-encoding`):
|
|
134
|
-
```bash
|
|
135
|
-
git-fix # Apply all fixes
|
|
136
|
-
git-fix --lf-only # Force LF line endings only
|
|
137
|
-
git-fix --permissions # Ignore file permissions only
|
|
138
|
-
git-fix --normalize # Normalize existing files only
|
|
139
|
-
git-fix --user # Configure Git user from environment
|
|
140
|
-
git-fix --user NAME EMAIL # Configure Git user with specific values
|
|
141
|
-
git-fix --user --update-remote # Also update remote URL to match user
|
|
142
|
-
git-fix --user NAME EMAIL --update-remote # Configure user and update remote URL
|
|
143
|
-
```
|
|
144
|
-
Features:
|
|
145
|
-
- Forces LF line endings (`core.autocrlf = false`)
|
|
146
|
-
- Ignores file permission changes (`core.filemode = false`)
|
|
147
|
-
- Sets pull strategy to false (prevents auto-rebase)
|
|
148
|
-
- Normalizes existing line endings
|
|
149
|
-
- Creates/updates `.gitattributes` with proper line ending rules
|
|
150
|
-
- Configures Git user from environment variables or CLI arguments
|
|
151
|
-
- **Non-interactive:** All configuration is now argument-driven; no interactive prompts
|
|
152
|
-
- `--update-remote` flag: Update remote URL to match the configured user (for HTTPS remotes)
|
|
153
|
-
|
|
154
|
-
User Configuration:
|
|
155
|
-
- Environment variables: `GITHUB_USER`, `GITHUB_EMAIL`
|
|
156
|
-
- CLI arguments take precedence over environment variables
|
|
157
|
-
- Use `--update-remote` to update the remote URL with the configured user
|
|
158
|
-
- Examples:
|
|
159
|
-
```bash
|
|
160
|
-
git-fix --user "John Doe" "john@example.com" # Use CLI args
|
|
161
|
-
git-fix --user --update-remote # Use env vars and update remote
|
|
162
|
-
git-fix --user "Jane" "jane@example.com" --update-remote # CLI args and update remote
|
|
163
|
-
GITHUB_USER="Jane" GITHUB_EMAIL="jane@example.com" git-fix --user # Use env vars
|
|
164
|
-
```
|
|
165
|
-
|
|
166
|
-
#### Git Repository Size Reducer
|
|
167
|
-
Reduce git repository size by cleaning up history:
|
|
168
|
-
```bash
|
|
169
|
-
git-reduce-size
|
|
170
|
-
```
|
|
171
|
-
|
|
172
|
-
#### Submodule Management
|
|
173
|
-
- **`submodule`** - General submodule operations
|
|
174
|
-
- **`submodule-install`** - Install and setup submodules
|
|
175
|
-
- **`submodule-remove`** - Remove git submodules with interactive selection
|
|
176
|
-
- **`submodule-token`** - Manage submodule tokens
|
|
177
|
-
|
|
178
|
-

|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
### NPM Script Runner
|
|
182
|
-
|
|
183
|
-
**Binaries**: `nrs`, `run-s`, `run-series`, `npm-run-series`
|
|
184
|
-
|
|
185
|
-
Run multiple npm scripts in series with pattern matching support.
|
|
186
|
-
|
|
187
|
-
#### Options
|
|
188
|
-
| Flag | Description |
|
|
189
|
-
|---------------------|---------------------------------------------|
|
|
190
|
-
| `--yarn` | Use `yarn run <script-name>` instead of npm |
|
|
191
|
-
| `--verbose`, `-v` | Enable verbose output |
|
|
192
|
-
|
|
193
|
-
#### Example
|
|
194
|
-
Execute all scripts matching the pattern `namescript:**`:
|
|
195
|
-
```json
|
|
196
|
-
{
|
|
197
|
-
"name": "package-name",
|
|
198
|
-
"version": "0.0.0",
|
|
199
|
-
"private": true,
|
|
200
|
-
"scripts": {
|
|
201
|
-
"namescript:xx": "echo xx",
|
|
202
|
-
"namescript:xxx": "echo xxx",
|
|
203
|
-
"namescript:xxxx": "echo xxxx",
|
|
204
|
-
"namescript:xxxxx": "echo xxxxx",
|
|
205
|
-
"namescript": "nrs --yarn=true --verbose=true \"namescript:**\""
|
|
206
|
-
},
|
|
207
|
-
"license": "ISC"
|
|
208
|
-
}
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
### Package Management Tools
|
|
212
|
-
|
|
213
|
-
#### Yarn Package Reinstaller
|
|
214
|
-
Reinstall yarn packages with dependency type flags:
|
|
215
|
-
```bash
|
|
216
|
-
yarn-reinstall <packageName> [--dev|-D|--peer|-P|--optional|-O]
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
#### Package Resolutions Manager
|
|
220
|
-
Manage package resolutions in package.json (aliases: `pkg-resolutions-updater`, `pkg-res-updater`):
|
|
221
|
-
```bash
|
|
222
|
-
pkg-resolutions-updater
|
|
223
|
-
pkg-res-updater
|
|
224
|
-
```
|
|
225
|
-
|
|
226
|
-
### Node.js Development Tools
|
|
227
|
-
|
|
228
|
-
#### Node Modules Finder
|
|
229
|
-
Find all node_modules directories in a project:
|
|
230
|
-
```bash
|
|
231
|
-
find-node-modules # Library function
|
|
232
|
-
find-node-modules-cli # CLI tool
|
|
233
|
-
find-nodemodules # Alias
|
|
234
|
-
```
|
|
235
|
-
|
|
236
|
-
#### Development Environment Helpers
|
|
237
|
-
- **`dev`** - Development environment setup
|
|
238
|
-
- **`prod`** - Production environment setup
|
|
239
|
-
- **`empty`** - Empty utility tool
|
|
240
|
-
|
|
241
|
-
### Process Management Tools
|
|
242
|
-
|
|
243
|
-
#### Process Killers
|
|
244
|
-
Kill processes by name or pattern:
|
|
245
|
-
```bash
|
|
246
|
-
kill-process # General process killer
|
|
247
|
-
nodekill # Kill Node.js processes
|
|
248
|
-
javakill # Kill Java processes (Windows)
|
|
249
|
-
del-ps # Kill processes by command name
|
|
250
|
-
```
|
|
251
|
-
|
|
252
|
-
#### File System Tools
|
|
253
|
-
- **`rmfind`** - Find and remove files
|
|
254
|
-
- **`rmpath`** - Remove from PATH
|
|
255
|
-
- **`rmx`** - Remove executable files
|
|
256
|
-
|
|
257
|
-
### Cleanup Tools
|
|
258
|
-
|
|
259
|
-
#### GitHub Actions Cache Cleaner
|
|
260
|
-
[See full documentation](https://github.com/dimaslanjaka/bin/blob/master/docs-src/clean-github-actions-caches.md).
|
|
261
|
-
|
|
262
|
-
#### Node Modules Cleaner
|
|
263
|
-
Remove node_modules directories recursively:
|
|
264
|
-
```bash
|
|
265
|
-
del-nodemodules # Primary command
|
|
266
|
-
del-node-modules # Alternative
|
|
267
|
-
clean-nodemodule # Legacy
|
|
268
|
-
clean-nodemodules # Legacy
|
|
269
|
-
```
|
|
270
|
-

|
|
271
|
-
|
|
272
|
-
#### Yarn Cache Cleaner
|
|
273
|
-
Clear yarn cache directories:
|
|
274
|
-
```bash
|
|
275
|
-
del-yarncaches # Primary command
|
|
276
|
-
del-yarn-caches # Alternative
|
|
277
|
-
```
|
|
278
|
-
|
|
279
|
-
#### Gradle Build Cleaner
|
|
280
|
-
Delete gradle build folders:
|
|
281
|
-
```bash
|
|
282
|
-
del-gradle
|
|
283
|
-
```
|
|
284
|
-
|
|
285
|
-
#### Free ChatGPT automation tool
|
|
286
|
-
|
|
287
|
-
[See full documentation](https://github.com/dimaslanjaka/bin/blob/master/docs-src/free-chatgpt.md)
|
|
288
|
-
|
|
289
|
-
## Troubleshooting
|
|
290
|
-
|
|
291
|
-
### Submodule Installation Issues
|
|
292
|
-
If you encounter the following error:
|
|
293
|
-
```log
|
|
294
|
-
fatal: 'origin/<branch>' is not a commit and a branch '<branch>' cannot be created from it
|
|
295
|
-
fatal: unable to checkout submodule '<folder>/<submodule>'
|
|
296
|
-
```
|
|
297
|
-
**Solution**: Delete `.git/modules` directory before running `submodule-install`.
|
|
298
|
-
|
|
299
|
-
#### Complete Submodule Setup Example
|
|
300
|
-
```bash
|
|
301
|
-
echo "Initializing submodules..."
|
|
302
|
-
git submodule init
|
|
303
|
-
git submodule foreach "git submodule init"
|
|
304
|
-
|
|
305
|
-
echo "Syncing submodules..."
|
|
306
|
-
git submodule sync
|
|
307
|
-
git submodule foreach "git submodule sync"
|
|
308
|
-
|
|
309
|
-
echo "Updating submodules..."
|
|
310
|
-
npx --yes rimraf .git/modules
|
|
311
|
-
npx --yes binary-collections@https://raw.githubusercontent.com/dimaslanjaka/bin/master/releases/bin.tgz submodule-install
|
|
312
|
-
```
|
|
313
|
-
|
|
314
|
-
## Contributing
|
|
315
|
-
|
|
316
|
-
Contributions are welcome! Please feel free to submit a Pull Request.
|
|
317
|
-
|
|
318
|
-
## License
|
|
319
|
-
|
|
320
|
-
This project is licensed under the terms specified in the LICENSE file.
|
|
File without changes
|