Metadata-Version: 2.1
Name: vagrant-creator
Version: 0.0.4
Summary: A tool to generate Vagrant init files with custom configurations
Home-page: https://github.com/ChandulaJ/vagrant-creator
Author: Chandula Jayathilake
Author-email: chandulaj3000@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

# Vagrant Init Generator

## Overview

`vagrant-init-generator` is a command-line tool that simplifies the process of generating Vagrant `Vagrantfile` with custom configurations. It allows users to specify CPU, RAM, machine name, host name, IP address, forwarded ports, and provisioning commands easily through user-friendly prompts or default values.

## Features

- Generate `Vagrantfile` with custom configurations
- Interactive prompts for user input (CPU, RAM, machine name, host name, IP address, forwarded ports, provision commands)
- Support for specifying forwarded ports and provisioning commands
- Default values for skipped prompts
- Easy installation and usage

## Installation

To install `vagrant-creator`, you can use `pip`:

```bash
pip install vagrant-creator
```
