summaryrefslogtreecommitdiff
path: root/create-astro/bin.js
blob: efc9a015355e2adb22e43fe2db244c840fc2f854 (plain) (blame)
1
2
3
4
#!/usr/bin/env node
import cli from './index.js';

cli(process.argv);