UNPKG

fformat

Version:

This script helps people in formatting js, css and html files recursively by just mentioning the root path of your project.

8 lines (5 loc) 127 B
#!/usr/bin/env node var fformat = require('./') process.argv.forEach(function (val, index, array) { fformat(array[2]); });