0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/create-astro/bin.js

5 lines
70 B
JavaScript
Raw Normal View History

#!/usr/bin/env node
import cli from './index.js';
cli(process.argv);