UNPKG

@fragment-dev/cli

Version:
6 lines (3 loc) 179 B
#!/usr/bin/env -S node --loader ts-node/esm --no-warnings=ExperimentalWarning import { execute } from '@oclif/core'; await execute({ development: true, dir: import.meta.url });