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.
npx codeclimbers start
git clone https://github.com/CodeClimbersIO/cli.git && cd cli
npm i
npm run build
npx codeclimbers start server
Come help contribute to making it easier for coders to focus on doing what they love to do: Code!
This project is licensed under the MIT License.
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!