Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented a Go command line tool for installer.to #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kmehant
Copy link

@kmehant kmehant commented May 28, 2019

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]

#19

@kmehant
Copy link
Author

kmehant commented May 28, 2019

@agentmilindu Please review this!

@kmehant
Copy link
Author

kmehant commented Jun 9, 2019

@PratikDhanave @rajikaimal Please review this PR 😃

agentmilindu pushed a commit that referenced this pull request Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant