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 • 371 B
JavaScript
var path=require("path"),fs=require("fs");module.exports=function(t){if(fs.existsSync(t)){if(path.isAbsolute(t))return fs.writeFileSync(__dirname+"\\..\\..\\tempPath.txt",t),"SUCCESS: Set the templates path to - "+t;throw"ERROR: Please enter an absolute path. Absolute Path: A path containing the root dir and all the sub dirs."}throw"ERROR: That is an incorrect path."};