UNPKG

filehash

Version:

client-side file hashing and checking

13 lines (9 loc) 211 B
/** * Created by Matthias on 23.05.2016. */ var open = require("open"); var path = require('path'); function pathTo(asset) { return path.join(__dirname, asset); } open(pathTo('test.html'));