Skip to main content

A terraform scaffolding tool

Project description

Stonemill

Stonemill is a command-line tool designed to scaffold AWS infrastructure using Terraform. It streamlines the process of setting up various AWS services such as Lambda functions, EC2 servers, S3 buckets, DynamoDB tables, and more. The tool generates the necessary Terraform files to get your infrastructure up and running quickly.

Installation

To install Stonemill, you will need to have Python installed on your system. You can install Stonemill using pip:

pip install stonemill

Alternatively, you can clone the repository and install it manually:

git clone https://github.com/mirror12k/stonemill.git
cd stonemill
pip install .

Usage

Once installed, you can run Stonemill commands directly from the command line. For example, to create a basic Terraform configuration for an AWS infrastructure:

stonemill --infra-base mycompany myproject

To scaffold an AWS Lambda function:

stonemill --lambda-function my_lambda

For more detailed usage instructions, run:

stonemill --help

Contributing

Contributions are welcome! If you have ideas for improvements or have found a bug, feel free to open an issue or submit a pull request. Please ensure that your code adheres to the project's style and conventions.

License

Stonemill is open-sourced software licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stonemill-0.1.1.tar.gz (33.6 kB view hashes)

Uploaded Source

Built Distribution

stonemill-0.1.1-py3-none-any.whl (33.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page