UNPKG

anta

Version:

CLI tool and lib to gather app audits via [Lighthouse](https://github.com/GoogleChrome/lighthouse/).

11 lines (9 loc) 296 B
var mv = require('mv'); mv('./build/index-inline.html', './scripts/index-inline.html', function (err) { // done. it tried fs.rename first, and then falls back to // piping the source file to the dest file and then unlinking // the source file. if (err) { console.error(err); } });