UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

9 lines (6 loc) 144 B
'use strict'; var fs = require('fs'); var a = require('./subfolder/a'); module.exports = function () { fs.writeFileSync('foo.txt', a()); };