UNPKG

fot

Version:

A simple tool that lets you start a project without the hassle of creating the same folders over and over again. Create once... and never again.

1 lines 204 B
var fs=require("fs"),getTempPath=require("./helpers/getTempPath");module.exports=function(){var e=getTempPath(),r=fs.readdirSync(e,"utf8");if(!r)throw"ERROR: Your templates directory is empty.";return r};