UNPKG

spectaql

Version:

A powerful library for autogenerating static GraphQL API documentation

11 lines (8 loc) 227 B
#!/usr/bin/env node const { run, parseCliOptions } = require('../index') const cliOptions = parseCliOptions() // Run the main app with parsed options run(cliOptions).catch((err) => { console.error(err) process.exit(1) })