gbprod / tree-sitter-gitcommit

A tree-sitter grammar for gitcommit messages
Do What The F*ck You Want To Public License
62 stars 8 forks source link

feature request: publish to npm and crates.io #30

Closed SKalt closed 1 year ago

SKalt commented 1 year ago

Context: I'd like to use tree-sitter-gitcommit to parse and validate conventional commit messages for another project. My preferred way to install tree-sitter bindings is npm install or cargo add. However, when I go to https://www.npmjs.com/package/tree-sitter-gitcommit or https://crates.io/crates/tree-sitter-gitcommit I've found that both are missing.

I'd be happy to submit a GitHub workflow for publishing both an npm package and a crate! Here's the process I'm picturing:

To be clear, you would retain full control over both the npm package and the crate.

gbprod commented 1 year ago

Hi! That's a great idea! If you have some times to initiate a pull request to create github workflow for that, I can confire npm and crates.io to allows publishing :) Thanks

gbprod commented 1 year ago

Closed-by: #35