Skip to content

Commit c432d74

Browse files
committed
Update plugin description
1 parent 6ddbc79 commit c432d74

1 file changed

Lines changed: 23 additions & 14 deletions

File tree

resources/META-INF/plugin.xml

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,36 @@
11
<idea-plugin version="2">
22
<id>io.edgeg.gtm.intellij</id>
33
<name>Git Time Metric</name>
4-
<version>1.0.0</version>
4+
<version>1.0.1</version>
55
<vendor email="gtm@edgeg.io" url="https://github.com/git-time-metric/gtm-jetbrains-plugin">Git Time Metric</vendor>
66

77
<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+
1825
<code>
19-
> cd /path/to/your/project</br>
26+
> cd /path/to/your/project<br />
2027
> 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 />
2231
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>
2432
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+
2534
]]></description>
2635

2736
<change-notes><![CDATA[

0 commit comments

Comments
 (0)