This commit is contained in:
platane
2020-07-19 19:12:05 +02:00
parent 7e80be60db
commit 13f9f66ae0
3 changed files with 6 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
# snk
Generate a snake game screen capture from your github contributions grid
Generates a snake game from a github user contributions grid and output a screen capture as gif

View File

@@ -1,10 +1,10 @@
name: "github-contribution-grid-snake"
description: ""
description: "Generates a snake game from a github user contributions grid and output a screen capture as gif"
author: "platane"
outputs:
gif_out_path:
description: ""
description: "path of the generated gif"
runs:
using: "docker"
@@ -15,9 +15,9 @@ runs:
inputs:
github_user_name:
description: ""
description: "github user name"
required: true
gif_out_path:
description: ""
description: "path of the generated gif"
required: false
default: "./github-contribution-grid-snake.gif"

View File

@@ -1,5 +1,6 @@
{
"name": "snk",
"description": "Generates a snake game from a github user contributions grid and output a screen capture as gif",
"version": "1.0.0",
"private": true,
"repository": "github:platane/snk",