Crates.io | incli |
lib.rs | incli |
version | 0.8.3 |
source | src |
created_at | 2024-01-04 20:23:34.916081 |
updated_at | 2024-11-03 19:16:03.023275 |
description | Automation Tool For Installing Compilers, Sdk's and Package Managers |
homepage | |
repository | https://github.com/Necoo33/incli |
max_upload_size | |
id | 1088967 |
size | 356,077 |
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:
If you like that program, consider to give a like on github repo
In this situation rust, node.js, yarn, bun, golang, jvm and gradle are supported.
Also we'll make minor updates for supporting new lts and latest releases for Node.js And Golang.
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.
I don't have any idea if another windows versions will work or not if latest Redistributable is downloaded, it should be tested.
In linux, that distributions are tested:
You can view more detailed information on "SUPPORTED-OS.md" file about the supports.
There is no implementation yet
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.
There is no implementation yet.
Because bun has not windows version, we cannot implemented that yet.
In linux, that distributions are tested:
You can view more detailed information on "SUPPORTED-OS.md" file about the supports.
There is no implementation yet
In linux, that distributions are tested:
You can view more detailed information on "SUPPORTED-OS.md" file about the supports.
There is no implementation yet
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.
There is no implementation yet.
You can install pretty much every open jdk versions that released from 8 to 24, which in early access. If you want to download Java 8 on windows, you also have to specialize a third argument, like so: (that binary) install java 8 ('jre' or 'jdk')
this is because in Java 8 the Java Development Kit doesn't include Java Runtime Environment and you also have to download it seperately, which ultimately means you have to make 2 installation, and you can install it on every linux system without fourth command if it's installable. In newer versions you just use this synthax: (that binary) install java (version number)
. If you don't specify third argument, it'll install the latest lts version, which is 21.
There is no implementation yet.
You can install every gradle version that available on gradle's official website. Incli downloads the binary version of gradle. You can download it via typing (that binary) install gradle (version number)
. You can install every version if it's file name ends with "bin" before .zip extension. For example that command installs the gradle 8.10.2: (that binary) install gradle 8.10.2
. If you want, you can install milestone versions too, like that: (that binary) install gradle 8.10.2-milestone-1
.
There is no implementation yet.
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
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.