Skip to content

Very simple README generator for your repository

License

Notifications You must be signed in to change notification settings

golangid/anoman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Very simple README generator for your repository

Todo

  • validation

Installation

  • 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

Usage

$ 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

Result

What is Anoman?

README Generator for your project

Important Notice

this project still in development, but ready to use

Usage:

  • one
  • two
  • three

Author

golangid 2019

Golangid 2019