imranansari / vlingo-examples

The VLINGO/PLATFORM examples demonstrating features and functionality available in the reactive components.

Home Page:https://vlingo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vlingo-examples

Gitter chat Build

The VLINGO/PLATFORM examples demonstrating features and functionality available in the reactive components. See each of the submodules for specific examples.

Docs: https://docs.vlingo.io

Building snapshots

To build examples from this repository you'll need access to VLINGO snapshot builds on GitHub Packages.

GitHub requires authentication with a Personal Access Token to use their Maven repository. In order to build VLINGO examples locally, you will need to configure the following in your ~/.m2/settings.xml:

<settings>
  <servers>
    <server>
      <id>github</id>
      <username>GITHUB-USERNAME</username>
      <password>GITHUB-PERSONAL-ACCESS-TOKEN</password>
    </server>
  </servers>
</settings>

Replace GITHUB-USERNAME with your GitHub username, and GITHUB-PERSONAL-ACCESS-TOKEN with your Personal Access Token. Personal Access Tokens can be created in Settings > Developer Settings > Personal Access Tokens on GitHub. Remember to create the token with read:packages scope.

About

The VLINGO/PLATFORM examples demonstrating features and functionality available in the reactive components.

https://vlingo.io

License:Mozilla Public License 2.0


Languages

Language:Java 90.2%Language:Kotlin 4.8%Language:Svelte 1.9%Language:JavaScript 1.6%Language:Mustache 0.8%Language:Shell 0.3%Language:Dockerfile 0.2%Language:HTML 0.1%Language:CSS 0.0%Language:SCSS 0.0%