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.
- Host: GitHub
- URL: https://github.com/backbase/backbase-services-toolkit
- Owner: Backbase
- License: other
- Created: 2021-10-05T13:21:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T13:56:15.000Z (about 1 year ago)
- Last Synced: 2025-04-13T11:07:48.316Z (10 months ago)
- Language: Kotlin
- Size: 1.61 MB
- Stars: 3
- Watchers: 8
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# backbase-services-toolkit
[Vision](VISION.md)

[](https://plugins.jetbrains.com/plugin/PLUGIN_ID)
[](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)