g-plane / markup_fmt

Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks and Vento formatter with dprint integration.
https://dprint.dev/plugins/markup_fmt/
MIT License
100 stars 9 forks source link

Publish `dprint_plugin_markup` to crates.io #35

Closed c12i closed 3 months ago

c12i commented 3 months ago

Hi,

Could you please publish the dprint_plugin_markup crate to crates.io? I need to call format from Rust to programmatically format code generated by my program. Having it available as a library on crates.io with the format method from the MarkupFmtPluginHandler struct public would make integration much easier.

Thanks.

g-plane commented 3 months ago

It has been already published to crates.io:

c12i commented 3 months ago

Oh thanks, my bad, I was trying to add dprint_plugin_markup as a dependency directly. Closing