github.com/TIBCOSoftware/flogo-lib@v0.5.9/README.md (about)

     1  **This repository has been replaced with Project Flogo [0.9.0 Core](https://github.com/project-flogo/core). Project Flogo 0.5.8 (this repository) will be placed in maintaince mode and only critical issues fixed.**
     2  
     3  # Flogo Lib
     4  
     5  [![Build Status](https://travis-ci.org/TIBCOSoftware/flogo-lib.svg?branch=master)](https://travis-ci.org/TIBCOSoftware/flogo-lib.svg?branch=master)
     6  
     7  **Flogo Lib** contains the api and core libraries that are used to create and extend **Flogo Applications**. 
     8  
     9  ## License
    10  flogo-lib is licensed under a BSD-type license. See [LICENSE](LICENSE) for license text.
    11   
    12  <p align="center">
    13    <img src ="https://raw.githubusercontent.com/TIBCOSoftware/flogo/master/images/projectflogo.png" />
    14  </p>
    15  
    16  <p align="center" >
    17    <b>Serverless functions and edge microservices made painless</b>
    18  </p>
    19  
    20  <p align="center">
    21    <img src="https://travis-ci.org/TIBCOSoftware/flogo-lib.svg?branch=master"/>
    22    <img src="https://img.shields.io/badge/dependencies-up%20to%20date-green.svg"/>
    23    <img src="https://img.shields.io/badge/license-BSD%20style-blue.svg"/>
    24    <a href="https://gitter.im/project-flogo/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link"><img src="https://badges.gitter.im/Join%20Chat.svg"/></a>
    25  </p>
    26  
    27  <p align="center">
    28    <a href="#getting-started">Getting Started</a> | <a href="#repos">Repos</a> | <a href="#contributing">Contributing</a> | <a href="#license">License</a>
    29  </p>
    30  
    31  <br/>
    32  Project Flogo is an open source framework to simplify building efficient & modern serverless functions and edge microservices and _this_ repository contains the api and core libraries that are used to create and extend those **Flogo Applications**. 
    33  
    34  ## Getting started
    35  If you want to get started with [Project Flogo](flogo.io), you might want to check out the [getting started](https://tibcosoftware.github.io/flogo/getting-started/) guide in our docs or check out the [Labs](https://tibcosoftware.github.io/flogo/labs/) section in our docs for in depth tutorials.
    36  
    37  ## Repos
    38  [Project Flogo](https://github.com/TIBCOSoftware/flogo) consists of the following sub-projects available as separate repos:
    39  * [flogo-cli](https://github.com/TIBCOSoftware/flogo-cli): Command line tools for building Flogo apps & extensions
    40  * [flogo-lib](https://github.com/TIBCOSoftware/flogo-lib): The core Flogo library (you're here now)
    41  * [flogo-services](https://github.com/TIBCOSoftware/flogo-services): Backing services required by Flogo 
    42  * [flogo-contrib](https://github.com/TIBCOSoftware/flogo-contrib): Flogo contributions/extensions
    43  
    44  ## Contributing
    45  Want to contribute to Project Flogo? We've made it easy, all you need to do is fork the repository you intend to contribute to, make your changes and create a Pull Request! Once the pull request has been created, you'll be prompted to sign the CLA (Contributor License Agreement) online.
    46  
    47  Not sure where to start? No problem, you can browse the Project Flogo repos and look for issues tagged `kind/help-wanted` or `good first issue`. To make this even easier, we've added the links right here too!
    48  * Project Flogo: [kind/help-wanted](https://github.com/TIBCOSoftware/flogo/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/TIBCOSoftware/flogo/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
    49  * flogo-cli: [kind/help-wanted](https://github.com/TIBCOSoftware/flogo-cli/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/TIBCOSoftware/flogo-cli/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
    50  * flogo-lib: [kind/help-wanted](https://github.com/TIBCOSoftware/flogo-lib/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/TIBCOSoftware/flogo-lib/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
    51  * flogo-services: [kind/help-wanted](https://github.com/TIBCOSoftware/flogo-services/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/TIBCOSoftware/flogo-services/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
    52  * flogo-contrib: [kind/help-wanted](https://github.com/TIBCOSoftware/flogo-contrib/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [good first issue](https://github.com/TIBCOSoftware/flogo-contrib/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
    53  
    54  Another great way to contribute to Project Flogo is to check [flogo-contrib](https://github.com/TIBCOSoftware/flogo-contrib). That repository contains all of the contributions, such as activities, triggers, etc. Perhaps there is something missing? Create a new activity or trigger or fix a bug in an existing activity or trigger.
    55  
    56  If you have any questions, feel free to post an issue and tag it as a question, email flogo-oss@tibco.com or chat with the team and community:
    57  
    58  * The [project-flogo/Lobby](https://gitter.im/project-flogo/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) Gitter channel should be used for general discussions, start here for all things Flogo!
    59  * The [project-flogo/developers](https://gitter.im/project-flogo/developers?utm_source=share-link&utm_medium=link&utm_campaign=share-link) Gitter channel should be used for developer/contributor focused conversations. 
    60  
    61  For additional details, refer to the [Contribution Guidelines](https://github.com/TIBCOSoftware/flogo/blob/master/CONTRIBUTING.md).
    62  
    63  ## License 
    64  Flogo source code in [this](https://github.com/TIBCOSoftware/flogo-lib) repository is under a BSD-style license, refer to [LICENSE](https://github.com/TIBCOSoftware/flogo-lib/blob/master/LICENSE)