UNPKG

@tracespace/cli

Version:

Render a PCB as SVGs from the command line

16 lines (13 loc) 304 B
'use strict' const options = require('./options') module.exports = [ { cmd: '$0', desc: 'Render files in `cwd` and output to `cwd`', }, { cmd: '$0 --out=-', desc: 'Render files in `cwd` and output to `stdout`', }, ...Object.keys(options).map(name => options[name].example), ]