CodeClimbersIO / cli

The cli for the project
MIT License
25 stars 11 forks source link

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

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

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!