Skip to content

xdevelsistemas/tmetric-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMetric Extensions

Extensions for Google and Firefox browsers, that integrate TMetric with popular issue tracking tools.

Supported systems: Asana, Assembla, Axosoft, Basecamp, Bitbucket, Bugzilla, Freshdesk, GitHub, GitLab, Jira, Jira Service Desk, Pivotal Tracker, Producteev, Redmine, Sprintly, Teamweek, Teamwork, TestLink, Todoist, Trac, Trello, UserEcho, UserVoice, Visual Studio Online, Waffle, Wrike, Wunderlist, YouTrack, Zendesk.

Installation

Requirements

  • Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine.
  • Git - free and open source distributed version control system

Project is using gulp as a build system.

To build extensions from sources you need:

  1. Install required npm packages.
  2. Run build task on gulp.

This can be done with the following script

$ npm install
$ npm update jpm
$ npm -g install gulp-cli
$ npm -g install [email protected]
$ gulp build

If you are building on Windows you can simply run install.bat and build.bat.

Built extensions can be found in /dist/chrome/ and /dist/firefox/ folders.

About

Browser extensions that integrate Devart's Time Tracker service with popular issue tracking systems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.4%
  • JavaScript 7.4%
  • CSS 3.8%
  • HTML 1.3%
  • Batchfile 0.1%