UNPKG

@grandlinex/easy-cli

Version:

Cli lib to perform common tasks

5 lines (4 loc) 111 B
#!/usr/bin/env node import TestScript from './TestScript.js'; const handler = new TestScript(); handler.run();