Voiteh / Depin

Dependency injection library for Ceylon
Apache License 2.0
0 stars 0 forks source link

Create dependency manifest for consumer of module with dependecies #66

Open Voiteh opened 4 years ago

Voiteh commented 4 years ago

It would be very nice to have dependency manifest from given module which could be then injected and scanned from out of module using depin. Actually it is must to have as clients of Depin dependency modules, are not able to find them in any other way than inspecting code. So less dependency naming collision would be introduced.

This could be implemented with runnable module where user would input name of module to create manifest for. Manifest would have to be available from docs of module or package.