This repository was archived by the owner on May 3, 2023. It is now read-only.
v1.6.4 - `npx jetifier` should work now
Previously npx jetify would work, but only after the package was installed because the package was 'jetifier' but the script was 'jetify' (noun vs verb, right?) but npx needs the script to be named the same as the package, so I just linked the jetify script to the jetifier name as well. Thanks @Salakar for the assist 👍