UNPKG

tarifa

Version:

Your friendly toolchain for mobile app development on top of Apache Cordova

8 lines (6 loc) 222 B
var path = require('path'); module.exports.root = path.resolve(__dirname, 'template'); module.exports.pluginXMLPath = path.resolve(__dirname, 'template/plugin.xml'); module.exports.files = [ 'browser/src/%NAME.js' ];