Skip to content

cgcgbcbc/umeng2github

Repository files navigation

Build Status Coverage Status

umeng2github

import umeng error to github issues.

Install

go get -u github.com/cgcgbcbc/umeng2github

usage

First you need to download error report from umeng website, www.umeng.com/apps/<appid>/error_types, and click export button Imgur

Then you can change the status of exported errors to working.

After downloading the reports, you can import them to github issues use this tool:

umeng2github import --owner <owner-name> --repo <repo-name> --token <github token> <filepath>

token parameter can be set via git config github.token or env $GITHUB_TOKEN.

owner can be set via $OWNER, repo can be set via $REPO, or if you run the command from a git repo directory, it will use current remote's owner and repo name.

License

The MIT License (MIT)

Copyright (c) 2014 cgcgbcbc

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Tools for import umeng error report to github issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published