thebruce / semverist

Semver Inspection and Utilities for Semver Object and Directory hierarchies
Apache License 2.0
4 stars 1 forks source link

Create alternate file read mixins for directory converter #22

Open thebruce opened 7 years ago

thebruce commented 7 years ago

Right now JSON is enforced by having a to json converter on input - if we abstract this out a little bit we should have it read in all files as default or specify json converter (for convenience). Mostly we'd delegate to reading in the contents of the file and then having consumers manipulate that content at the manifest level.

thebruce commented 7 years ago