https://github.com/stuartellis/tfg
A little application that generates Terraform and OpenTF commands
https://github.com/stuartellis/tfg
Last synced: about 1 year ago
JSON representation
A little application that generates Terraform and OpenTF commands
- Host: GitHub
- URL: https://github.com/stuartellis/tfg
- Owner: stuartellis
- License: mit
- Created: 2024-05-18T10:14:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T16:00:30.000Z (almost 2 years ago)
- Last Synced: 2024-09-08T17:44:14.812Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 248 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TFG
A little application that generates Terraform and OpenTofu commands.
-----
## Table of Contents
- [Install](#install)
- [Usage](#usage)
- [Contributing](#contributing)
- [Licenses](#licenses)
## Install
You can install this tool with [pipx](https://pypa.github.io/pipx/). For example, this command installs *tfg* from the *main* branch of the GitHub repository:
```shell
pipx install --spec git+https://github.com/stuartellis/tfg.git tfg
```
## Usage
You can run this tool immediately with [pipx](https://pypa.github.io/pipx/). For example, this command runs *tfg* from the *main* branch of the GitHub repository:
```shell
pipx run --spec git+https://github.com/stuartellis/tfg.git tfg --version
```
## Contributing
Follow the guidance in the *CONTRIBUTING* document to set up a development environment and make changes to this project.
## Licenses
This project is licensed under the [MIT](https://spdx.org/licenses/MIT.html) license © 2024-present Stuart Ellis.
The license declarations are compliant with [version 3.2 of the REUSE Specification](https://reuse.software/spec/).