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