KeisukeYamashita / commitlint-rs

🔦 Lint commit messages with conventional commit messages
https://keisukeyamashita.github.io/commitlint-rs
Apache License 2.0
32 stars 8 forks source link

NPM package #239

Closed notramo closed 9 months ago

notramo commented 10 months ago

Could you package it on NPM? So it would not require much effort to installing system-wide as Bun makes binaries in packages available to package.json scripts.

KeisukeYamashita commented 9 months ago

Sorry for the late reply and thank you for your suggestion 🙇

Unfortunately, this package is intended for Rust-only products; for products with NPM in place, such as where package.json exists, use commitlint is recommended.

The motivation for this package is to help Rust projects that want to be completed exclusively in the Rust ecosystem; we want to make it a good alternative for those who don't like to introduce or want to use NPM.

dalisoft commented 7 months ago

Hey everyone

Thank you for such a fast and useful tool @KeisukeYamashita And thanks to automatic CI builds, we can use this tool on npm

@notramo You can check npm automatic version at here. Sorry for self-promotion