initial commit (it all starts here...)
This commit is contained in:
commit
9e9842dc8c
36 changed files with 4550 additions and 0 deletions
5
bin/websnacks.js
Executable file
5
bin/websnacks.js
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
const { main } = require("../dist/cli");
|
||||
|
||||
main();
|
||||
Loading…
Add table
Add a link
Reference in a new issue