installer.to
installer.to copied to clipboard
Implemented a Go command line tool for installer.to
Context
Implemented a Go command line tool to perform installer.to task of installing essential tools.
File Directory structure
installer.to/
│
│
└─── go_CLI_client/
│
└─────src/
│ main.go
│
└─────build/
│ installer.to
Usage
- We can build an executable from
/go_CLI_client/src/main.go
go build -o installer.to main.go
- We can use the pre-built version from
go_CLI_client/build/installer.to
- This command line tool takes a single
argument
as the name of thetool
. We can use this as simply as
./installer.to git
installs git instantly on linux machine.
Realted Issue [A new feature]
https://github.com/leopardslab/installer.to/issues/19
@agentmilindu Please review this!
@PratikDhanave @rajikaimal Please review this PR 😃