GithubHelp home page GithubHelp logo

appveyor-logs's Introduction

appveyor-logs Build Status

Stream all available appveyor logs of the current repository's current commit to the terminal, until all jobs are finished!

WIP

screenshot

screenshot

Usage

$ cd ~/dev/level/leveldown
$ appveyor-logs

$ # or

$ appveyor-logs ~/dev/level/leveldown

Installation

$ npm install -g appveyor-logs

JS API

const logs = require('appveyor-logs')

logs('.')
  .on('job', stream => {
    stream.pipe(process.stdout, { end: false })
  })
  .on('pass', () => {
    process.exit(0)
  })
  .on('fail', () => {
    process.exit(1)
  })

For more events, check out bin.js.

Related projects

  • travis-logs — Stream travis logs to your terminal!
  • travis-watch — Stream live Travis test results of the current commit to your terminal!
  • appveyor-watch — Stream live AppVeyor test results of the current commit to your terminal!
  • ci-watch — Travis-Watch and AppVeyor-Watch combined!
  • travis-log-stream — Read streaming travis logs, no matter if live or historic.

License

MIT

appveyor-logs's People

Contributors

juliangruber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

appveyor-logs's Issues

streaming logs

need to figure out how the appveyor website streams their logs

Access AppVeyor logs for private GitHub repos?

Wow, a wonderful tool. Looks promising for me.
One question. What has to be changed to access AppVeyor logs of private GitHub repos?
Probably an access token for the AppVeyor API must be handed into the tool and the underlying npm modules that do the work. Right?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.