Appearance
Requirements
subtrack requires Node.js 22 or later. It is a pure Node.js package and does not require any system-level dependencies.
Install via npm (recommended)
bash
npm install -g subtrackInstall via pnpm
bash
pnpm add -g subtrackInstall via bun
bash
bun add -g subtrackRun with npx (no install)
If you prefer not to install globally, use npx:
bash
npx subtrack listNote that npx will download the package on every first run, so global install is recommended for regular use.
Build from source
Clone the repository and build locally:
bash
git clone https://github.com/nazozokc/subtrack.git
cd subtrack
pnpm install
pnpm build
pnpm link --globalThis links the subtrack command to your global node_modules. Re-run pnpm link --global after pulling updates.
💡 Tip: Run
subtrack --help after installation to verify everything works. Verify installation
bash
subtrack --helpYou should see the list of available commands.
