Open nokome opened 1 month ago
Thanks for this @nokome. Great to catch up with you today. I will bring this up with the rest of the team today.
This looks great. We have been getting some value from the cli in development. But we know the cli is over-engineered when we only support the conversion of JATS to JSON now.
I've submitted a PR to introduce a lightweight cli option which will reduce the feedback loop for us when developing support for things that aren't currently handled in Encoda.
https://github.com/stencila/encoda/pull/1085
I will merge in the above once green. I've tested the script on master and this feature branch and it works and gives the same output.
Some remaining opportunities for removing dependencies:
@stencila/jesta
,get-stdin
and other dependenices can be removed@stencila/logga
with use ofconsole.warn
yaml
codec be removed (perhaps being used in tests)?