aaaaa
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# snk
|
# 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"
|
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"
|
author: "platane"
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
gif_out_path:
|
gif_out_path:
|
||||||
description: ""
|
description: "path of the generated gif"
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "docker"
|
using: "docker"
|
||||||
@@ -15,9 +15,9 @@ runs:
|
|||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
github_user_name:
|
github_user_name:
|
||||||
description: ""
|
description: "github user name"
|
||||||
required: true
|
required: true
|
||||||
gif_out_path:
|
gif_out_path:
|
||||||
description: ""
|
description: "path of the generated gif"
|
||||||
required: false
|
required: false
|
||||||
default: "./github-contribution-grid-snake.gif"
|
default: "./github-contribution-grid-snake.gif"
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "snk",
|
"name": "snk",
|
||||||
|
"description": "Generates a snake game from a github user contributions grid and output a screen capture as gif",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "github:platane/snk",
|
"repository": "github:platane/snk",
|
||||||
|
|||||||
Reference in New Issue
Block a user