1
0
mirror of https://github.com/j178/prek.git synced 2026-04-25 02:11:36 +02:00

3 Commits

Author SHA1 Message Date
Jo 9693035098 Use dedicated Android npm package (#1982)
Revert the shared Linux/Android musl package handling from
7f44e09982.

Add a dedicated `@j178/prek-android-arm64` platform spec that reuses the
`aarch64-unknown-linux-musl` artifact without package-level libc
metadata, so npm can install it on Android/Termux.

Follow-up to #1977
2026-04-22 01:37:14 +08:00
Jo 7f44e09982 Support Android npm launcher (#1979) 2026-04-22 01:00:03 +08:00
Jo b6c591dbbc Reimplement @j178/prek npm package (#1973)
Reimplements the `@j178/prek` npm package.

The package is now split into a dependency-free wrapper package plus
platform-specific `optionalDependencies`, so the npm package no longer
ships cargo-dist installer glue or extra runtime dependencies.

Closes #1969 
Closes #1918
Closes #1784

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-21 18:44:40 +08:00