UNPKG

@fontoxml/fontoxml-development-tools

Version:

Development tools for Fonto.

11 lines (8 loc) 223 B
#!/usr/bin/env node import { App } from '../index.js'; (async function init() { const app = new App(); await app.init(); // Parse ARGV and run app.run(process.argv.slice(2)).catch((e) => console.warn(e.stack)); })();