jbenet / transformer

transformer - multiformat data conversion
transform.datadex.io
130 stars 7 forks source link

move dynamic resolution to another module #16

Closed jbenet closed 10 years ago

jbenet commented 10 years ago

talking with @maxogden, decided to move dynamic loading to another module. So it will work like this:

jbenet commented 10 years ago

Ok this is done. Transformer was broken down into a set of modules, see below. Turns out you can just use any conversions directly. Dynamic resolution is the only thing the main tool/lib does. This means two main workflows emerge:

In your code:

In cli / repl:

Feedback on all this very welcome. I'll close this issue but feel free to comment in this new design here, or open another issue.


transformer submodules

(from the README)

Transformer's core is modular itself. See:

For making your own types and conversions:

Other: