(appPath)
| 10 | var parseApk = require('./lib/parseApk'); |
| 11 | |
| 12 | function success(appPath) { |
| 13 | console.log(chalk.green('Directory "', appPath, '" created. Copy that directory onto your Chromebook and use "Load unpacked extension" to load the application.')); |
| 14 | process.exit(0); |
| 15 | } |
| 16 | |
| 17 | module.exports = function (callback) { |
| 18 |
nothing calls this directly
no outgoing calls
no test coverage detected