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

https://github.com/onyx-platform/onyx-plugin

A Leiningen template for Onyx plugins
https://github.com/onyx-platform/onyx-plugin

Last synced: 3 months ago
JSON representation

A Leiningen template for Onyx plugins

Awesome Lists containing this project

README

          

# onyx-plugin

A Leiningen template for creating Onyx plugins.

## Usage

Specify the project name, which conventionally starts with `onyx-`, then specify a medium.

```
lein new onyx-plugin onyx-whatever --template-version 0.14.0.2 whatever
```

For example, to create a Kafka plugin:

```
lein new onyx-plugin onyx-kafka --template-version 0.14.0.2 kafka
```

## License

Copyright © 2015 Distributed Masonry LLC

Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.