Skip to content

CodeClimbersIO/jetbrains-climbers

Repository files navigation

jetbrains-climbers

Build Version Downloads

This is a fork of the Wakatime plugin for Jetbrains here.

Code Climbers plugin for Jetbrains. Collect metrics, insights, and time tracking automatically from your programming activity.

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "Code Climbers" > Install

  • Re-launch your IDE.

  • Use your IDE like you normally do and your time will be tracked for you automatically.

  • Visit https://local.codeclimbers.io to see your logged time.

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

Development

Building Locally

  1. Clone the repository
  2. Open the project in IntelliJ IDEA
  3. Ensure you have the "Gradle" and "Plugin DevKit" plugins enabled
  4. Import the project as a Gradle project
  5. To build and run the plugin locally:
    • Run ./gradlew buildPlugin to build the plugin
    • Run ./gradlew runIde to start a new IntelliJ instance with the plugin installed

Publishing to JetBrains Marketplace

  1. Update the version in gradle.properties
  2. Create a production build:
    ./gradlew buildPlugin
  3. Test the plugin thoroughly
  4. Create a new release on GitHub with the version number
  5. Upload to JetBrains Marketplace:
    • Log in to JetBrains Marketplace
    • Go to "Upload plugin"
    • Select the zip file from build/distributions/
    • Fill in the release notes
    • Submit for review

About

Jetbrians Plugin for Code Climbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages