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

https://github.com/bndtools/workspace-templates

Contains bnd workspace template fragments for bndtools.
https://github.com/bndtools/workspace-templates

Last synced: 4 months ago
JSON representation

Contains bnd workspace template fragments for bndtools.

Awesome Lists containing this project

README

          

# workspace-templates
Contains bnd workspace template fragments.

## Template Fragments

When bndtools creates a new workspace, it will allow the user to check a number of _template fragments_. A template fragment is a folder somewher (either Github or addressed via a URL) with instsructions how to apply the content to a workspace. The [index.bnd](index.bnd) in this repository is the master file that is included by default by bndtools. We accept PRs for this file if you want to add your own templates. In this repository we manage a number of useful fragments like gradle, OSGi R8, common maven like setup, etc.

Learn more about [Template Fragments in bnd / bndtools](https://bnd.bndtools.org/chapters/620-template-fragments.html#template-fragments).