UNPKG

mashr

Version:

Simple data pipeline framework for GCP's BigQuery

11 lines (7 loc) 231 B
const os = require('os'); const { catchSetupAndConfig } = require('../utils'); const homedir = os.homedir(); module.exports = async(args) => { const template = args.template; await catchSetupAndConfig(homedir, template); };