|
1 | 1 | <idea-plugin version="2"> |
2 | 2 | <id>io.edgeg.gtm.intellij</id> |
3 | 3 | <name>Git Time Metric</name> |
4 | | - <version>1.0.0</version> |
| 4 | + <version>1.0.1</version> |
5 | 5 | <vendor email="gtm@edgeg.io" url="https://github.com/git-time-metric/gtm-jetbrains-plugin">Git Time Metric</vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
8 | | -<img src="https://raw.githubusercontent.com/git-time-metric/gtm-atom-plugin/master/lib/GTMLogo-128.png" alt="" height="100" width="100"> |
9 | | -<b>Simple, seamless, lightweight time tracking for all your git projects</b></br></br> |
10 | | -<b>Git Time Metrics (GTM)</b> is a tool to automatically track time spent reading and working on code that you store in a Git repository.</br> |
11 | | -By installing GTM and using supported plug-ins for your favorite editors, you can immediately realize better insight into how you are spending your time and on what files.</br></br> |
12 | | -<b>Installation</b></br></br> |
13 | | -Installing GTM is a two step process. First, it's recommended you install the GTM executable that the plug-in integrates with and then install the JetBrains GTM plug-in. Please submit an issue if you have any problems and/or questions. </br></br> |
14 | | -1. Follow the <a href=https://github.com/git-time-metric/gtm/blob/master/README.md>Getting Started</a> section to install the GTM executable for your operating system.</br></br> |
15 | | -2. Install the plug-in from your JetBrains IDE, select Preferences -> Plugins -> Browse Repositories... and search for "Git Time Metric".</br></br> |
16 | | -
|
17 | | -<b>Note</b> - to enable time tracking for a Git repository, you need to initialize it with `gtm init` otherwise it will be ignored by GTM. This is done via the command line. You can run this within the JetBrains IDE terminal.</br></br> |
| 8 | +<img src="https://avatars2.githubusercontent.com/u/19735693?v=3&s=200" alt="" height="100" width="100"> |
| 9 | +<b>Simple, seamless, lightweight time tracking for all your git projects</b><br /><br /> |
| 10 | +
|
| 11 | +<b>Git Time Metrics (GTM)</b> is a tool to automatically track time spent reading and working on code that you store in a Git repository.<br /> |
| 12 | +By installing GTM and using supported plug-ins for your favorite editors, you can immediately realize better insight into how you are spending your time and on what files.<br /><br /> |
| 13 | +
|
| 14 | +<b>Installation</b><br /><br /> |
| 15 | +
|
| 16 | +Installing GTM is a two step process. First, it's recommended you install the GTM executable that the plug-in integrates with and then install the JetBrains GTM plug-in. Please submit an issue if you have any problems and/or questions. <br /><br /> |
| 17 | +
|
| 18 | +1. Follow the <a href=https://github.com/git-time-metric/gtm/blob/master/README.md>Getting Started</a> section to install the GTM executable for your operating system.<br /><br /> |
| 19 | +
|
| 20 | +2. Install the plug-in from your JetBrains IDE, select Preferences -> Plugins -> Browse Repositories... and search for "Git Time Metric".<br /><br /> |
| 21 | +
|
| 22 | +
|
| 23 | +<b>Note</b> - to enable time tracking for a Git repository, you need to initialize it with <b>gtm init</b> otherwise it will be ignored by GTM. This is done via the command line. You can run this within the JetBrains IDE terminal.<br /><br /> |
| 24 | +
|
18 | 25 | <code> |
19 | | -> cd /path/to/your/project</br> |
| 26 | +> cd /path/to/your/project<br /> |
20 | 27 | > gtm init</code> |
21 | | -</br></br> |
| 28 | +<br /><br /> |
| 29 | +
|
| 30 | +To report a bug, please submit an issue on the <a href=https://github.com/git-time-metric/gtm-jetbrains-plugin/issues>GitHub Page</a>.<br /> |
22 | 31 |
|
23 | | -To report a bug, please submit an issue on the <a href=https://github.com/git-time-metric/gtm-jetbrains-plugin/issues>GitHub Page</a>.</br> |
24 | 32 | Consult the <a href=https://github.com/git-time-metric/gtm/blob/master/README.md>README</a> and <a href=https://github.com/git-time-metric/gtm/wiki>Wiki</a> for more information. |
| 33 | +
|
25 | 34 | ]]></description> |
26 | 35 |
|
27 | 36 | <change-notes><![CDATA[ |
|
0 commit comments