UNPKG

n26-puppeteer-scraper

Version:

n26 scraper: a tool to download account informations and transactions archive

7 lines (5 loc) 203 B
const debug = require('debug') debug.enable('n26:*') exports.command = 'account' exports.desc = 'Actions on bank account' exports.builder = (yargs) => yargs.commandDir('account').demandCommand().help()