UNPKG

stlive

Version:

Live edit your JS/HTML/CSS source code in Sencha Touch / PhoneGap projects. Autosync changes to multiple mobile devices of mixed OS types. Massively speed up your mobile app development by avoiding most compiling and redeployment.

17 lines (14 loc) 428 B
#!/usr/bin/env node try { // rename ~/.stlive.config => ~/.stlive.json require('./lib/legacy')(); require('cli-config').run({ dirname: __dirname, clone: true, // Clones .stlive.json to '~/.stlive.json' ancestors: true, // Search curr and ancestor dirs for '.stlive.json' files cmdTree: require('./lib') }); } catch (ex) { console.error(ex); process.exit(1); }