Installation
Source code: github.com/60db/cli · npm:60db-cli
Prerequisites
- Node.js 16 or higher
- npm or yarn package manager
Global Installation
Install globally to use the60db command anywhere:
Local Installation
Install as a dependency in your project:Install from Source
Clone the public GitHub repo and link the binary locally — useful when you want to build from a specific branch or commit:Post-Installation
After installation, configure your API credentials:Troubleshooting
Command not found
If you getcommand not found after global installation:
-
Check npm global bin directory:
-
Add it to your PATH (if not already):
-
Or reinstall with sudo (Linux/Mac):