UNPKG

96 BJavaScriptView Raw
1#!/usr/bin/env node
2const texel = require('../src/index.js');
3texel.cli(process.argv.slice(2));