Publish to npm

This commit is contained in:
Samuel Elliott
2022-03-26 23:00:08 +00:00
parent 32cf761bf2
commit d548a0e37e
5 changed files with 157 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
#!/usr/bin/env node
import createDebug from 'debug';
createDebug.log = console.warn.bind(console);
import('../dist/cli.js').then(cli => cli.default.argv);