UNPKG

n26-puppeteer-scraper

Version:

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

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