Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com> Co-authored-by: liyasthomas <liyascthomas@gmail.com> Co-authored-by: Gita Alekhya Paul <gitaalekhyapaul@gmail.com>
4 lines
90 B
JavaScript
Executable File
4 lines
90 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
// * The entry point of the CLI
|
|
require("../dist").cli(process.argv);
|