aaaaa
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user