You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We publish source and pre-built binaries to PyPI for easy integration with pre-commit. I'm not for abusing different package systems as a general distribution mechanism but your use case is more like a one-off pre-commit, so I'm open to it. I am unfamiliar with the npm ecosystem so I'm unlikely to set it up myself but if someone wants to contribute what is needed and tell my what account setup is needed, I'll take it. Without knowing more, my main requirement is it fits within our automated release process.
Publish
typos
to https://npmjs.com so that installing and usingtypos
for JavaScript projects is merely a matter of:npm install crate-typos # or some other package name npx crate-typos
It's actually a blocker for us to adopt
typos
.Why publishing
typos
as a npm package would be a big deal for JavaScript projects: vikejs/vike#1943 (comment) (see## Workflow
).The text was updated successfully, but these errors were encountered: