项目作者: ymhuang0808

项目描述 :
a browser extension for exporting GitLab issues
高级语言: JavaScript
项目地址: git://github.com/ymhuang0808/tanuki.git
创建时间: 2019-10-18T01:57:54Z
项目社区:https://github.com/ymhuang0808/tanuki

开源协议:MIT License

下载


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.