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
- Host: GitHub
- URL: https://github.com/onyx-platform/onyx-plugin
- Owner: onyx-platform
- License: epl-1.0
- Created: 2014-08-29T00:21:57.000Z (over 11 years ago)
- Default Branch: 0.14.x
- Last Pushed: 2018-11-10T18:57:40.000Z (about 7 years ago)
- Last Synced: 2025-10-19T10:03:24.842Z (3 months ago)
- Language: Clojure
- Size: 56.6 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.