GithubHelp home page GithubHelp logo

bitrise-sample-addon's Introduction

Bitrise Sample Add-on

This sample add-on's purpose is to give the 3rd party developers a basic example for Bitrise Add-ons. Also it has a related step implementation for understanding how the integration works with Bitrise workflows.

What this add-on does?

It's quite simple, you put the related step to your workflow and the add-on sends a Bitrise-themed ASCII art to the VM, which prints that to the build log. For the sake of example it has to examples, the first one is a free, which limits the number of successful ASCII art requests in 5. Also there is an unlimited plan, which allows unlimited number of requests.

Structure

The project uses Sinatra for implementing this application logic and stores in memory the application data to keep it lightweight.

You can find the handler implementations in the app.rb file, while the data_store.rb implements the in-memory data store of the application. In the /views folder the dashboard.html.erb shows an example of integrating the Bitrise Beam on the dashboard of your add-on. The project is dockerized and you can use docker-compose up command for starting the add-on locally.

bitrise-sample-addon's People

Contributors

gaborszakacs avatar slapec93 avatar

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.