Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 699 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 699 Bytes

Tanuki - a browser extension for exporting GitLab issues

Features

  • Export the GitLab issues by filters

Development

npm install

Install the node modules.

npm run build:dev

Build the extension into dist folder for development.

npm run watch

Watch for modifications then run npm run build.

npm run watch:dev

Release

npm run build

Build the extension into dist folder for production.

Roadmap

  • Internationalization.
  • Allow to configure the exported issue fields.
  • Export into difference formats, eg. Markdown, HTML an so on.

Credits

The project is built on vue-web-extension.