init.js 102 Bytes
Newer Older
1
2
3
module.exports = function(root, appName) {
  console.log('Creating the app', appName, 'at', root);
};