- validation
- Build from source
$ go get github.com/golangid/anoman
$ go build
$ ./anoman -v
- Mac OS
$ brew tap golangid/tool
$ brew install anoman
- Get specific release (eg: for Linux)
$ wget https://github.com/golangid/anoman/releases/download/v0.0.0/anoman-v0.0.0.linux-amd64.tar.gz
$ tar -zxvf anoman-v0.0.0.linux-amd64.tar.gz
$ anoman -v
$ anoman -o README.md
$
$ echo just answer the given questions :)
$
$ project name ? : Anoman
$
$ website ? : www.anoman.com
$
$ project descriptions ? : README Generator for your project
$
$ notice ? : this project still in development, but ready to use
$
$ author name ? : golangid
$
$ year ? : 2019
README Generator for your project
this project still in development, but ready to use
- one
- two
- three
golangid 2019