#package-manager #cli-tool #nodejs #configuration #automation-tool #cla #installation-tool

build incli

Automation Tool For Installing Compilers, Sdk's and Package Managers

12 releases (4 breaking)

new 0.5.5 Apr 27, 2024
0.5.4 Apr 11, 2024
0.5.2 Mar 30, 2024
0.5.1 Feb 7, 2024
0.1.1 Jan 4, 2024

#32 in Build Utils

Download history 8/week @ 2023-12-31 5/week @ 2024-01-07 8/week @ 2024-01-21 7/week @ 2024-01-28 4/week @ 2024-02-04 5/week @ 2024-02-18 23/week @ 2024-02-25 1/week @ 2024-03-03 11/week @ 2024-03-10 101/week @ 2024-03-24 38/week @ 2024-03-31 210/week @ 2024-04-07 8/week @ 2024-04-14

357 downloads per month

MIT license

155KB
2.5K SLoC

Installation CLI for programming languages

Incli is a Automation Tool For Installing Compilers, Sdk's and Package Managers to different kernels and operating systems.

It has 3 different command types for now:

  • install: it is for installing sdk's.
  • help: it is for giving general informations.
  • version: it is for writing the version of incli.

If you like that program, consider to give a like on github repo

Currently Planned to Support Package Managers and Sdk's

  • Java - Java Development Kit
  • Java - Gradle
  • Java - Maven
  • python
  • php
  • phpmyadmin
  • laravel
  • ruby
  • ocaml
  • zig

Current Status

In this situation rust, node.js, yarn, bun and golang are supported.

Also we'll make minor updates for supporting new lts and latest releases for Node.js And Golang.

Rust:

Windows

I tried that setup on my another computer and it worked.

Be sure you have the latest version of Visual C++ Redistributable for Visual Studio on computer, or you can't run the package.

  • Windows 10 Home Basic - ✓

I don't have any idea if another windows versions will work or not if latest Redistributable is downloaded, it should be tested.

Linux

In linux, that distributions are tested:

  • Ubuntu 22.04 LTS - ✓
  • Ubuntu 22 wsl - 🤔
  • Debian 12 wsl - ✓
  • Arch wsl - ✓
  • Kali Linux wsl - ✓
  • Alma Linux 9 wsl - ✓
  • CentOS 9 Stream - ✓
  • Pardus 23 XFCE - ✓
  • Fedora 39 Workstation - ✓
  • Alpine Linux wsl - ࠁ

You can view more detailed information on "SUPPORTED-OS.md" file about the supports.

Mac OS

There is no implementation yet

Node.js

When installing Node.js, you can also specialize a third argument. If you want to install latest long term support version, you can run a command like that: (that binary) install node lts, or if you want to download latest version, you can run that command: (that binary) install node latest. If you don't specialize third argument, that'll install lts version.

Windows:

  • Windows 10 Home Basic - ✓

Linux:

  • Ubuntu 22.04 LTS - ✓
  • Ubuntu 22 wsl - 🤔
  • Debian 12 wsl - ✓
  • Arch wsl - ✓
  • Kali Linux wsl - ✓
  • Alma Linux 9 wsl - ✓
  • CentOS 9 Stream - ✓
  • Pardus 23 XFCE - ✓
  • Fedora 39 Workstation - ✓
  • Alpine Linux wsl - ࠁ

Mac Os

There is no implementation yet.

Bun:

Windows

Because bun has not windows version, we cannot implemented that yet.

Linux

In linux, that distributions are tested:

  • Ubuntu 22.04 LTS - ✓
  • Ubuntu 22 wsl - ✓
  • Debian 12 wsl - ✓
  • Arch wsl - ✓
  • Kali Linux wsl - ✓
  • Alma Linux 9 wsl - ✓
  • CentOS 9 Stream - ✓
  • Pardus 23 XFCE - ✓
  • Fedora 39 Workstation - ✓
  • Alpine Linux wsl - ࠁ

You can view more detailed information on "SUPPORTED-OS.md" file about the supports.

Mac OS

There is no implementation yet

Yarn:

Windows

  • Windows 11 - ✓
  • Windows 10 Home - ✓

Linux

In linux, that distributions are tested:

  • Ubuntu 22.04 LTS - ✓
  • Ubuntu 22 wsl - ✓
  • Debian 12 wsl - ✓
  • Arch wsl - ✓
  • Kali Linux wsl - ✓
  • Alma Linux 9 wsl - ✓
  • CentOS 9 Stream - ✓
  • Pardus 23 XFCE - ✓
  • Fedora 39 Workstation - ✓
  • Alpine Linux wsl - ࠁ

You can view more detailed information on "SUPPORTED-OS.md" file about the supports.

Mac OS

There is no implementation yet

Go

When installing Go, you can also specialize a third argument. If you want to install latest long term support version, you can run a command like that: (that binary) install go lts, or if you want to download latest version, you can run that command: (that binary) install go latest. If you don't specialize third argument, that'll install lts version.

Windows:

  • Windows 10 Home Basic - ✓

Linux:

  • Ubuntu 22.04 LTS - ✓
  • Ubuntu 22 wsl - ✓
  • Debian 12 wsl - ✓
  • Arch wsl - ✓
  • Kali Linux wsl - ✓
  • Alma Linux 9 wsl - ✓
  • CentOS 9 Stream - ✓
  • Pardus 23 XFCE - ✓
  • Fedora 39 Workstation - ✓
  • Alpine Linux wsl - ࠁ

Mac Os

There is no implementation yet.

Guide

You have to compile that app for specific platform that you'll use.

Than You can run that app on your terminal(in windows, powershell works well) like that synthax:

help command:

(That Binary) help rust or (That Binary) help

install command:

(That Binary) install rust

version command:

(That Binary) version rust or (That Binary) version

Our Roadmap to Next Releases

The roadmap of this project is this:

  • Up until 1.0 release, implement all currently planned sdk's for at least 1 release and distribution.

  • Adding support for installing specific versions of sdk's.

  • Support for option for adding that program directly to env's when it executed first time

  • adding "uninstall" command support and deleting downloaded tools.

I'm also open for contributions about implementing other sdk's and package managers with the test results of that codes. If you want to support that project and contribute, please check out the "CONTRIBUTION_GUIDE.md". If you like that project anyway, please check out the github repo and give a star to that project.

Our Roadmap to Individual Releases

v0.6.0

  • Including Gentoo Linux And Rocky Linux For supported linux distros.

v0.7.0

  • Jdk support

v0.8.0

  • Gradle Support

v0.9.0

  • Maven Support

v1.0.0

  • Adding Uninstall Support

v1.1.0

  • Python Support

v1.2.0

  • Adding support for downloading everything on demanded path.

v1.3.0

  • Support for adding individual sdk's to system's PATH variable.

v1.4.0

  • Adding Support For Downloading Specific Versions.

v1.5.0

  • Adding Composer Support
  • Adding PhpMyAdmin Support

v1.6.0

  • Adding Laravel Support

v1.7.0

  • Adding Ruby Support
  • Adding rbenv Support

v1.8.0

  • Adding Zig Support

v1.9.0

  • Adding Ocaml Support

Dependencies

~160–375KB