No description
Find a file
Ganesh Viswanathan d35f59eb77 Bump to v0.1.2
2020-07-11 16:21:32 -05:00
src Replace shared memory with channels 2020-07-11 11:27:56 -05:00
tests Refactor for proc and cb access from main app and plugins 2020-03-07 01:41:37 -06:00
.gitignore Initial version 2020-03-01 18:17:52 -06:00
.travis.yml Bump to v0.1.2 2020-07-11 16:21:32 -05:00
LICENSE Initial version 2020-03-01 18:17:52 -06:00
plugins.nimble Bump to v0.1.2 2020-07-11 16:21:32 -05:00
README.md Refactor for proc and cb access from main app and plugins 2020-03-07 01:41:37 -06:00

Plugins is a Nim package that provides a shared library based plugin system

Detailed documentation here.

Installation

Plugins can be installed via Nimble:

nimble install https://github.com/genotrance/plugins

This will download and install plugins in the standard Nimble package location, typically ~/.nimble. Once installed, it can be imported into any Nim program.

Usage

Detailed module documentation is available here. The plugins module should be used in the main application and the api module should be used in each plugin.

See the tests directory for an example of a main application and plugins.

Feedback

Plugins is a work in progress and any feedback or suggestions are welcome. It is hosted on GitHub with an MIT license so issues, forks and PRs are most appreciated.