1.3.0 • Published 2 years ago

svg-contributors v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

svg-contributors

Generate contributors svg from github repository using cli

Installation

npm i svg-contributors -g

Example

dummysvg -o vuejs -n vue
# output: contributors.svg

Options

-o, --owner Repository owner
-n, --name Repository name
-s, --size Size of the avatar
-l, --limit Limit of the contributors
-c, --columns How many columns to display,
-b, --include-bots Include the bots

Configuration

owner

  • Type: string

name

  • Type: string

size

  • Default: 60
  • Type: number

limit

  • Default: 30
  • Type: number

Output

1.3.0

2 years ago

1.2.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago