The official command-line interface and Proof-of-Work (PoW) verification engine for CoLab Nation builders, candidates, and engineering teams.
npm install -g @colab-nation/cli| Command | Description |
|---|---|
colab init |
Scaffold a new verified CoLab project architecture |
colab auth |
Authenticate builder credentials with colabnation.live |
colab pow submit |
Calculate & cryptographically submit project Proof-of-Work |
colab test |
Run local sandbox verification & quality gates |
colab leaderboard |
Display real-time builder rankings & hiring telemetry |
The CLI analyzes repository characteristics to generate normalized PoW scores:
- Code Complexity: AST parsing of control flow and algorithmic depth.
- Git Velocity: Semantic commit history and PR merge ratios.
- Test Integrity: Unit test coverage thresholds and lint pass rates.
Maintained by Kartik Chilkoti. Released under the MIT License.