binary-collections
Binary Collections (Main Dispatcher)¶
The main entry point that dynamically finds and executes other scripts by name.
Usage¶
Subcommands¶
| Subcommand | Description |
|---|---|
list |
List all available scripts |
<script-name> |
Find and execute a script by name |
-h, --help |
Show help message |
Examples¶
npx --legacy-peer-deps -y binary-collections list
npx --legacy-peer-deps -y binary-collections git-diff -s
npx --legacy-peer-deps -y binary-collections del-node-modules --force
npx --legacy-peer-deps -y binary-collections find-node-modules
Development¶
When developing locally, use bc <commandName> (bin/bc on Unix or bin/bc.cmd on Windows). Its usage is the same as binary-collections <commandName>.
Source¶
See src/binary-collections.cjs & bin/bc.