UNPKG

cro-development-tool

Version:

A tool to quickly developer CRO tests with your favorite editor, using live reload, with SCSS and ES6 support

12 lines (11 loc) 226 B
function initHelper() { if (process.argv.length < 1) { console.error('No action defined'); return; } switch (process.argv[0]) { case 'new-customer': break; } } initHelper();