{"id":16353961,"url":"https://github.com/beeman/createvm.sh","last_synced_at":"2025-10-12T05:46:30.032Z","repository":{"id":19538790,"uuid":"22786759","full_name":"beeman/createvm.sh","owner":"beeman","description":"Create VMware virtual machines from the command line","archived":false,"fork":false,"pushed_at":"2015-11-03T13:19:07.000Z","size":303,"stargazers_count":7,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-31T14:15:27.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"JulianDeng/eBooks-System","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beeman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-09T13:31:35.000Z","updated_at":"2025-01-12T13:38:21.000Z","dependencies_parsed_at":"2022-08-24T03:31:02.230Z","dependency_job_id":null,"html_url":"https://github.com/beeman/createvm.sh","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeman%2Fcreatevm.sh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeman%2Fcreatevm.sh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeman%2Fcreatevm.sh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeman%2Fcreatevm.sh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beeman","download_url":"https://codeload.github.com/beeman/createvm.sh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238254080,"owners_count":19441780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T01:31:56.047Z","updated_at":"2025-10-12T05:46:24.995Z","avatar_url":"https://github.com/beeman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# createvm.sh\n\nCreate VMware virtual machines from the command line.\n\n**This is an old project I moved from Google Code to here :)**\n\n\ncreatevm.sh is a script written in bash. With createvm you can create a VMware virtual machine with one command. It was made to  automate the process of creating Virtual Machines.\n\nIt supports a couple of command line parameters which allow you to configure the VM you are creating. \n\n\n## Examples \nHere are some examples:\n\n##### Create an Ubuntu Linux machine with a 20GB hard disk and a different name\n\n    createvm.sh ubuntu -d 20 -n \"My Ubuntu VM\"\n\n##### Silently create a SUSE Linux machine with 512MB ram, a fixed MAC address and zip it\n\n    createvm.sh suse -r 512 -q -m 00:50:56:01:25:00 -z \n\n##### Create a Windows XP machine with 512MB and audio, USB and CD enabled\n\n    createvm.sh winXPPro -r 512 -a -u -c\n\n##### Create an Ubuntu VM with 512MB and open and run it in vmware\n\n    createvm.sh ubuntu -r 512 -x \"vmware -x\"\n\n##### Create 10 VM's with a custom name and MAC address\n\n    for VM_ID in `seq -w 01 10`; do  ./createvm.sh winXPPro -y -n Workstation-$VM_ID -m 00:50:56:01:01:$VM_ID; done\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeman%2Fcreatevm.sh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeeman%2Fcreatevm.sh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeman%2Fcreatevm.sh/lists"}