Factory Tool V1.64 May 2026

Note: I assume you mean the command-line "factory" tool version 1.64 (commonly used for scaffolding/building projects). If you meant a different product, tell me which and I’ll adapt.

  • Variable types: string, number, boolean, choice, file, list
  • Use templating expressions in files (engine-specific; v1.64 supports updated syntax and partials)
  • 
      "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/**"]