UNPKG

generator-website-starter

Version:

A website generator using semantic markup, SASS, Gulp, Imagemin and Browser-sync

7 lines (5 loc) 181 B
'use strict'; const path = require('path'); const uuid = require('uuid'); const tempDir = require('temp-dir'); module.exports = ext => path.join(tempDir, uuid.v4() + (ext || ''));