neocotic / europa

Library for converting HTML into valid Markdown
MIT License
158 stars 24 forks source link

Add Europa CLI package #87

Closed neocotic closed 2 years ago

neocotic commented 2 years ago

The node-europa package had to contain multiple dependencies just to support the usage of the included CLI. By separating the CLI into its own europa-cli package, the node-europa package's dependencies are much leaner and the documentation much simpler.


This is a breaking change as anyone who was previously installing node-europa to use the CLI will now need to install europa-cli instead (or as well as, if they're also using node-europa for its API).