UNPKG

quip-export

Version:

Export all folders and documents from Quip

6 lines (4 loc) 87 B
#!/usr/bin/env node 'use strict'; const {App} = require('./app'); (new App()).main();