Skip to content

42nerds/42nerdsctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42nerdsctl - A CLI for your work @ 42 N.E.R.D.S.

Installation

By now the installation works with go get or from source.

Via go get

Run the following commend to install via go get

  $ go get -u github.com/42nerds/42nerdsctl

This will install the executable to your $GOPATH/bin directory. Make sure this is in your path

From Source

To install from source use the following commands

  $ git clone [email protected]:42nerds/42nerdsctl.git
  $ cd 42nerdsctl
  $ go install

Usage

Usage instructions are provided by the built in help

  $ 42nerdsctl help

Author

This CLI is written by Julian Kaffke <[email protected]>