Skip to content

CodeClimbersIO/cli

Repository files navigation

Code Climbers CLI

A command-line interface tool for climbers to track their daily coding stats. Made up of 3 pieces. A Node server with a restful api that delivers a Single Page application and a CLI that allows the user to turn the server on and off and control some of their preferences.

Features

  • Measure daily work
  • Measure deep work
  • View progress over time
  • Community mods like gamification or interruptions manager

Quickstart

npx codeclimbers start

From Source

git clone https://github.com/CodeClimbersIO/cli.git && cd cli
npm i
npm run build
npx codeclimbers start server

Prerequisites

  • Node.js

Contributing 🚀

Come help contribute to making it easier for coders to focus on doing what they love to do: Code!

Licensing

This project is licensed under the MIT License.

Thank you

Big thanks to all of our contributors and to the open source community. Our extensions currently make use of wakatime for time tracking functionality. Thank you!