Skip to content

bells17/hexip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexip

GitHub release CircleCI MIT License

Installation

Get binary from here or build yourself.

go get github.com/bells17/hexip
cd $GOPATH/src/github.com/bells17/hexip
make && make install

Usage

hexip 0a000001
10.0.0.1

Help

hexip --help
Usage:
  hexip [OPTIONS]

Application Options:
      --version  print version

Help Options:
  -h, --help     Show this help message

Development

Requirements

  • ghr
    • And need set your Github Token(export GITHUB_TOKEN="...")
  • zopfli

Use Docker

docker-compose run builder bash

Initialize

make init
make bundle

Run Testing

make test

Build

make build

Release

make tag
make release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published