#!/usr/bin/env ruby require "./project_template/lib/app_generator" AppGenerator.new( prefix_path: "./project_template", enable_integration_with_pbm_cloud: false, ).generate puts "Created project_template/app.rb"