🚀 improve demo and add test script for action

This commit is contained in:
platane
2020-07-19 18:42:56 +02:00
parent 2c592c8909
commit a4ea2a4a46
6 changed files with 16 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
import { generateContributionSnake } from "../generateContributionSnake";
generateContributionSnake("platane").then((buffer) => {
process.stdout.write(buffer);
});