## Thought it looks better without the breadcrumbs bar, and kinda redunant since we have the sidebar nav
Origen v2
:

Table Of Contents

Contents

Previous topic

Introduction

Next topic

Using a Plugin

Creating a Plugin

An Origen plugin is simply an Origen application like any other, no special setup is required in order to make an existing application function as a plugin to another parent application.

To distribute an application, it must be packaged up by running the following command:

origen app package

This creates a Python wheel archive of the application in the dist/ directory.

Releasing a Plugin

To release a plugin (to make it available to your user community) the wheel should be uploaded to your company’s package server by…