Initial release!

This commit is contained in:
Wessel Tip
2019-04-22 22:15:37 +02:00
parent df1358f86e
commit 91de4c8c20
30 changed files with 1654 additions and 0 deletions

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: node_js
node_js:
- "node"
before_script:
- npm install wumpfetch
script: travis