Skip to content

jwpjrdev/japi

Repository files navigation

japi

japi provides short aliases to installation commands. japi is not a package manager. it doesn't provide commands to uninstall or reverse installations.

Installation

japi is available on npm:

$ npm install -g @jwpjrdev/japi

Usage

List all installers:

$ japi list

Run an installer:

$ japi [installer]

Note that dependencies such as cURL may be required for certain installers.

Supported Installers

The currently supported installers can be seen in installers/src/.

Example Usage

To install the Rust language, the rust installer can be used:

$ japi rust

This runs the following script, found in /installers/src/rust:

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Contributing

Please refer to CONTRIBUTING.md.

License

This project is licensed under the MIT license.