UNPKG

@interopio/cli

Version:

Interop.io CLI - a command line for creating Interop.io applications

10 lines (6 loc) 160 B
#!/usr/bin/env node async function main() { const { execute } = await import('@oclif/core'); await execute({ dir: import.meta.url }); } await main()