Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/golangid/anoman

Very simple README generator for your repository
https://github.com/golangid/anoman

cli go golang markdown markdown-generator readme readme-template

Last synced: 3 months ago
JSON representation

Very simple README generator for your repository

Awesome Lists containing this project

README

        







Very simple README generator for your repository

#

### Todo

- validation

### Installation
- Build from source
```shell
$ go get github.com/golangid/anoman

$ go build

$ ./anoman -v
```
- Mac OS
```shell
$ brew tap golangid/tool

$ brew install anoman
```

- Get specific release (eg: for Linux)
```shell
$ 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
```shell
$ 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


ANOMAN


www.anoman.com

### 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