UNPKG

121 BJavaScriptView Raw
1#!/usr/bin/env node
2
3var centerCode = require('..');
4var options = {
5 filename: process.argv[2]
6};
7centerCode(options);