Skip to content

softwareone-platform/swo-extension-playground

Repository files navigation

SWO Extension Playground

swo-extension-playground is a minimal SoftwareOne Marketplace extension built on top of mpt-extension-sdk and mpt-tool.

It is primarily a playground repository: it shows the baseline extension shape, a simple validation API endpoint, an event listener, a small fulfillment pipeline, and the development workflow used by extension repositories in this ecosystem.

Repository Layout

  • swo_playground/ contains the extension package.
  • tests/ contains the pytest suite.
  • make/*.mk contains the repository make targets.
  • compose.yaml defines the local Docker-based development environment.

Quick Start

Prerequisites:

  • Docker with the docker compose plugin
  • make

Recommended setup:

make build
make test
make run

The application runs on http://localhost:8080.

Common Commands

Shared meaning of common make targets is documented in:

Documentation

Keep repository-specific workflow details in the documents under docs/, not in this file.

About

No description or website provided.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors