japi provides short aliases to installation commands. japi is not a package manager. it doesn't provide commands to uninstall or reverse installations.
japi is available on npm:
$ npm install -g @jwpjrdev/japiList all installers:
$ japi listRun an installer:
$ japi [installer]Note that dependencies such as cURL may be required for certain installers.
The currently supported installers can be seen in installers/src/.
To install the Rust language, the rust installer can be used:
$ japi rustThis runs the following script, found in /installers/src/rust:
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shPlease refer to CONTRIBUTING.md.
This project is licensed under the MIT license.