make
command. :rocket:Use your favourite AUR helper.
Package name: neph-git
You can install Neph with brew
.
$ brew tap tbrand/homebrew-neph
$ brew install neph
Build dependencies:
crystal
and shards
for building the binarygo-md2man
for generating the man pageIt needs libyaml
to be installed.
If you have a previous version of neph
installed:
$ git clone https://github.com/tbrand/neph
$ cd neph
$ neph # man page will be at neph.1, binary will be at bin/neph
If you don't have a previous version of neph
installed:
$ git clone https://github.com/tbrand/neph
$ cd neph
$ shards build # Now executable binary is located at bin/neph
$ bin/neph man # Generate man page. It will be located at neph.1
All features for neph.yaml is written in sample/neph.yaml. So please refer for the details.
Wiki is also maintained as a document. Here is a full features.
Neph is used in which_is_the_fastest.
The build time is reduced from 102[sec] to 33[sec].
The neph.yaml is here.