turndown
turndown copied to clipboard
Use from command line
This might be a feature request. Is it possible to use this from the command line?
Not at the moment. There is a PR for that https://github.com/domchristie/to-markdown/pull/29, but itβs a bit out of date.
Recommend to implement the cli in a separate wrapper package, for example, to-markdown-cli. Keep the current code base small. Or it would be hard for new comers, like, me, to tinker and contribute.
Thanks for you feedback. I think it'll possible to make the functionality available from the command line without it affecting the complexity of the codebase. That way there is only one repo to maintain! :)
@domchristie did this ever get implemented?
@michaelandrepearce Not yet. Should be soon, though :)
Is it possible to use the command line now? I have a lot of files to be converted. Any suggestions?
@sandyplus If you are able to checkout https://github.com/domchristie/turndown/pull/209 then you'll be able to use it from the command line.
(otherwise, I'll hopefully get it merged and published soon)
See https://github.com/domchristie/turndown/pull/284
Please merge this feature in.