initial commit (it all starts here...)

This commit is contained in:
M. George Hansen 2020-05-25 22:36:20 -07:00
commit 13cbc07c11
36 changed files with 4550 additions and 0 deletions

5
bin/websnacks.js Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env node
const { main } = require("../dist/cli");
main();