jwpjrdev / japi

japi is just a package installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

japi is just a package installer

License:MIT License


Languages

Language:JavaScript 69.9%Language:Shell 30.1%