An open API service indexing awesome lists of open source software.

https://github.com/backbase/backbase-services-toolkit

Provides a convenient, consistent and automated tool to enable Backbase backend developers to build services faster.
https://github.com/backbase/backbase-services-toolkit

Last synced: 10 months ago
JSON representation

Provides a convenient, consistent and automated tool to enable Backbase backend developers to build services faster.

Awesome Lists containing this project

README

          

# backbase-services-toolkit

[Vision](VISION.md)

![Build](https://github.com/Backbase/backbase-services-toolkit/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/PLUGIN_ID.svg)](https://plugins.jetbrains.com/plugin/PLUGIN_ID)

## Plugin description

This IntelliJ Platform Plugin is going to help you to create and maintain your own Backbase backend services.

It would make it easier for you to follow [Community Backbase Documentation](https://backbase.io/) with simple Intellij options.

Note: An approved account is required to access the Community. Please sign up with your business email address.

With this plugin you can:

- [Create Backbase Backend Services](https://engineering.backbase.com/intellij-docs/#create-a-new-backbase-project)
- [Add SSDK modules](https://engineering.backbase.com/intellij-docs/#add-ssdk-module)
- [Adding Persistence support to your Backbase Service](https://engineering.backbase.com/intellij-docs/#add-persistence-support)
- [Define, consume and emit events](https://engineering.backbase.com/intellij-docs/#events-support)
- [Quick access to Golden samples](https://engineering.backbase.com/intellij-docs/#search-golden-samples)
- [Generate Client and Server APIs from Openapi Specs](https://engineering.backbase.com/intellij-docs/#open-api-support)
- [Create new behaviour extension project and generate new extension hooks](https://engineering.backbase.com/intellij-docs/#create-a-new-behaviour-extension-project)

## Installation

- Using IDE built-in plugin system:

Settings/Preferences > Plugins > Marketplace > Search for "backbase-services-toolkit" >
Install Plugin

- Manually:

Download the [latest release](https://github.com/Backbase/backbase-services-toolkit/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

---
Plugin based on the [IntelliJ Platform Plugin Template][template].

[template]: https://github.com/JetBrains/intellij-platform-plugin-template

## Documentation
* Documentation for the plugin is [here](https://github.com/Backbase/intellij-docs) which is published [here](http://engineering.backbase.com/intellij-docs/)
* Plugin is published in [IntelliJ marketplace](https://plugins.jetbrains.com/plugin/18745-backbase-services-toolkit)

### Support

* Slack channel: [#s-backbase-services-toolkit](https://backbase.slack.com/archives/C037FUQMXF0)
* Email: [developer-enablement-backend-foundation@backbase.com](mailto:developer-enablement-backend-foundation@backbase.com)

### Contribution Guide

[CONTRIBUTING.md](CONTRIBUTING.md)