UNPKG

n26-puppeteer-scraper

Version:

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

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