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 • 196 B
JavaScript
var fs=require("fs");module.exports=function(){var e=fs.readFileSync(__dirname+"\\..\\..\\..\\tempPath.txt",{encoding:"utf8"});if(!e)throw"ERROR: A templates path has not been set yet.";return e};