UNPKG

oclif

Version:

oclif: create your own CLI

8 lines (6 loc) 207 B
#!/usr/bin/env ts-node // eslint-disable-next-line unicorn/prefer-top-level-await ;(async () => { const oclif = await import('@oclif/core') await oclif.execute({development: true, dir: __dirname}) })()