diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forum/running_propellor_as_a_library.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/forum/running_propellor_as_a_library.mdwn b/doc/forum/running_propellor_as_a_library.mdwn new file mode 100644 index 00000000..a6945308 --- /dev/null +++ b/doc/forum/running_propellor_as_a_library.mdwn @@ -0,0 +1,4 @@ +I would like to define my propellor configuration using propellor as a library dependency, which removes the need to fork source repo, merge... +I encounter an issue when trying to use propellor in that way: Everything under `Utility/` is not exported by the propellor, so cannot be used from my own properties. This is annoying because there are interesting things to build properties, like running processes... + +Would you consider exposing those modules, maybe through some other module like `Propellor.Utility` ? |
