installer.to icon indicating copy to clipboard operation
installer.to copied to clipboard

Implemented a Go command line tool for installer.to

Open kmehant opened this issue 5 years ago • 2 comments

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 the tool. 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

kmehant avatar May 28 '19 13:05 kmehant

@agentmilindu Please review this!

kmehant avatar May 28 '19 13:05 kmehant

@PratikDhanave @rajikaimal Please review this PR 😃

kmehant avatar Jun 09 '19 09:06 kmehant