JSTQL-JS-Transform/JSTQL/bin/cli.js

4 lines
68 B
JavaScript

#!/usr/bin/env node
import main from '../out/cli/main.js';
main();