UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

10 lines (7 loc) 190 B
'use strict'; var fs = require('fs'); var a = require('./subfolder/a'); var b = require('./subfolder/b'); module.exports = function () { fs.writeFileSync('foo.txt', a() + ' ' + b()); };