plastikfan / zenobia-ts

The regular expression based file management library
MIT License
0 stars 0 forks source link

compose yargs command via aergia #12

Open plastikfan opened 4 years ago

plastikfan commented 4 years ago

Integrate command creation via compose on aergia.

Branch: compose-command-aergia

plastikfan commented 4 years ago

This will require defining a class to wrap each component of existing collections of functions, and then using implement.js to decalre interfaces. This will enable the definition of a compostion root in the client application using DI framework inversify.

(Question posted to softwareengineering.stackexchange.com: https://softwareengineering.stackexchange.com/questions/393452/how-to-define-composition-roots-for-libraries-javascript-inversify)