/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/generator-mod@0.0.1/app/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
var path=require("path"),yeoman=require("yeoman-generator");module.exports=yeoman.generators.Base.extend({init:function(){this.pkg=require("../package.json")},askForModuleName:function(){var e=this,t=this.async(),a=[{name:"name",message:"Name",default:path.basename(process.cwd())}];this.prompt(a,(function(a){e.name=a.name,t()}))},askFor:function(){var e=this,t=this.async();this.currentYear=(new Date).getFullYear(),this.prompt([{name:"description",message:"Description",default:""},{name:"org",message:"Organization or User",default:"vesln"}],(function(a){a.name=e.name,a.repoUrl="https://github.com/"+a.org+"/"+a.name,e.props=a,t()}))},app:function(){this.copy("gitignore",".gitignore"),this.copy("travis.yml",".travis.yml"),this.template("_README.md","README.md"),this.template("_CHANGELOG.md","CHANGELOG.md"),this.template("_LICENSE","LICENSE"),this.template("_package.json","package.json")},projectfiles:function(){this.mkdir("lib"),this.template("lib/name.js","lib/"+this.props.name+".js"),this.mkdir("test")},install:function(){this.installDependencies({bower:!1,skipInstall:this.options["skip-install"]})}});
//# sourceMappingURL=/sm/eb2c8c147cbe7a9d0b5ca17fcfcdbca34f5bb4b56ef65fbb39d546bc8af8ef7a.map