UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

9 lines (6 loc) 291 B
#!/usr/bin/env node 'use strict'; // Have to force color support — logs wouldn't have colors when spawned by another process. // It must be set before `supports-color` (`chalk` dependency) module is imported. process.env.FORCE_COLOR = 'true'; require('../build')(process.argv.slice(2));