Factory Tool V1.64 -

  • Run factory validate on existing templates and test generate with --dry-run.
  • While Factory Tool v1.64 itself is legitimate software for repair, note that:

    
      "name": "myapp",
      "version": "1.0.0",
      "engine":  "name": "mustache", "version": "2.x" ,
      "variables": [
         "name": "projectName", "type": "string", "prompt": "Project name" 
      ],
      "hooks": 
        "post_generate": ["npm install", "git init"]
      ,
      "files":  "include": ["**/*"], "exclude": ["node_modules/**"]