UNPKG

@dankupfer/create-dn-starter

Version:

Interactive CLI for creating modular React Native apps with Expo

10 lines (8 loc) 238 B
#!/usr/bin/env node // This is the entry point for the CLI tool import { cli } from '../dist/index.js'; // Start the CLI with command line arguments cli(process.argv).catch(err => { console.error('Error:', err); process.exit(1); });