UNPKG

100 BJavaScriptView Raw
1#! /usr/bin/env node
2const yargs = require('yargs');
3const start = require('../src/cli');
4
5start();