dshackle cli tool

This commit is contained in:
Maxksim Fomenkov
2022-09-06 14:47:05 +03:00
parent c85a294f46
commit 10bccb6852
8 changed files with 2277 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env node
require = require('esm')(module /*, options*/);
require('../src/cli').cli(process.argv);